#33923C

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

Shades of Japanese Laurel #33923C

Tints of Japanese Laurel #33923C

Color information

#33923C (or 0x33923C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 92 and 3C. RGB value is (51,146,60). Sum of RGB (Red+Green+Blue) = 51+146+60=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #33923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33923C is #CC6DC3. Grayscale: #6C6C6C. Windows color (decimal): -13397444 or 3969587. OLE color: 3969587.

HSL color Cylindrical-coordinate representation of color #33923C: hue angle of 125.68º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33923C is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB5114660-
CMYK0.6500.590.43
HSL125.68º48.22%38.63%-
HSV(B)125.68º65.07%57.25%-
XYZ12.4621.597.79-
YUV107.79101.0387.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 146 (57.42% from 255) = 56.81%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=19.84%
G=56.81%
B=23.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51146600.6500.590.43125.6848.2238.63
Hex33923C4103B2B7e3027
Octal6322274101073531766047
Binary11001110010010111100100000101110111010111111110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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