#33823C

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

Shades of Japanese Laurel #33823C

Tints of Japanese Laurel #33823C

Color information

#33823C (or 0x33823C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 82 and 3C. RGB value is (51,130,60). Sum of RGB (Red+Green+Blue) = 51+130+60=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #33823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33823C is #CC7DC3. Grayscale: #626262. Windows color (decimal): -13401540 or 3965491. OLE color: 3965491.

HSL color Cylindrical-coordinate representation of color #33823C: hue angle of 126.84º 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 #33823C is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB5113060-
CMYK0.6100.540.49
HSL126.84º43.65%35.49%-
HSV(B)126.84º60.77%50.98%-
XYZ10.16177.02-
YUV98.4106.3394.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=21.16%
G=53.94%
B=24.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130600.6100.540.49126.8443.6535.49
Hex33823C3D036317f2c23
Octal632027475066611775443
Binary1100111000001011110011110101101101100011111111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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