#368333

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

Shades of Japanese Laurel #368333

Tints of Japanese Laurel #368333

Color information

#368333 (or 0x368333) is unknown color: approx Japanese Laurel. HEX triplet: 36, 83 and 33. RGB value is (54,131,51). Sum of RGB (Red+Green+Blue) = 54+131+51=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #368333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368333 is #C97CCC. Grayscale: #636363. Windows color (decimal): -13204685 or 3375926. OLE color: 3375926.

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

Color convert

RGB5413151-
CMYK0.5900.610.49
HSL117.75º43.96%35.69%-
HSV(B)117.75º61.07%51.37%-
XYZ10.2417.265.92-
YUV98.86100.9996-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 131 (51.56% from 255) = 55.51%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=22.88%
G=55.51%
B=21.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131510.5900.610.49117.7543.9635.69
Hex3683333B03D31762c24
Octal662036373075611665444
Binary1101101000001111001111101101111011100011110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368333; }

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

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

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

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

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

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

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

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