#368B33

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

Shades of Japanese Laurel #368B33

Tints of Japanese Laurel #368B33

Color information

#368B33 (or 0x368B33) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8B and 33. RGB value is (54,139,51). Sum of RGB (Red+Green+Blue) = 54+139+51=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #368B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B33 is #C974CC. Grayscale: #676767. Windows color (decimal): -13202637 or 3377974. OLE color: 3377974.

HSL color Cylindrical-coordinate representation of color #368B33: hue angle of 117.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368B33 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB5413951-
CMYK0.6100.630.45
HSL117.95º46.32%37.25%-
HSV(B)117.95º63.31%54.51%-
XYZ11.3519.496.3-
YUV103.5598.3492.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 139 (54.69% from 255) = 56.97%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=22.13%
G=56.97%
B=20.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54139510.6100.630.45117.9546.3237.25
Hex368B333D03F2D762e25
Octal662136375077551665645
Binary1101101000101111001111110101111111011011110110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368B33; }

 p { color: rgb(54,139,51); }

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

<style>
 a { background-color: #368B33; }

 a { background-color: rgb(54,139,51); }

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

<style>
 span { border-color: #368B33; }

 span { border-color: rgb(54,139,51); }

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