#33823A

Color #33823A Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #33823A

Tints of Japanese Laurel #33823A

Color information

#33823A (or 0x33823A) is unknown color: approx Japanese Laurel. HEX triplet: 33, 82 and 3A. RGB value is (51,130,58). Sum of RGB (Red+Green+Blue) = 51+130+58=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #33823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33823A is #CC7DC5. Grayscale: #626262. Windows color (decimal): -13401542 or 3834419. OLE color: 3834419.

HSL color Cylindrical-coordinate representation of color #33823A: hue angle of 125.32º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33823A is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB5113058-
CMYK0.6100.550.49
HSL125.32º43.65%35.49%-
HSV(B)125.32º60.77%50.98%-
XYZ10.1116.976.75-
YUV98.17105.3394.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=21.34%
G=54.39%
B=24.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130580.6100.550.49125.3243.6535.49
Hex33823A3D037317d2c23
Octal632027275067611755443
Binary1100111000001011101011110101101111100011111101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33823A; }

 p { color: rgb(51,130,58); }

 H1.HeaderClassName
 {
   color: #33823A;
 }
 .AnyTagClassName
 {
   color: #33823A;
 }
</style>
background-color css

<style>
 a { background-color: #33823A; }

 a { background-color: rgb(51,130,58); }

 div.DivClassName
 {
   background-color: #33823A;
 }
 .BgClassName
 {
   background-color: #33823A;
 }
</style>
border-color css

<style>
 span { border-color: #33823A; }

 span { border-color: rgb(51,130,58); }

 td.TdClassName
 {
   border-color: #33823A;
 }
 .TagClassName
 {
   border-color: #33823A;
 }
</style>