#368337

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

Shades of Japanese Laurel #368337

Tints of Japanese Laurel #368337

Color information

#368337 (or 0x368337) is unknown color: approx Japanese Laurel. HEX triplet: 36, 83 and 37. RGB value is (54,131,55). Sum of RGB (Red+Green+Blue) = 54+131+55=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #368337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368337 is #C97CC8. Grayscale: #636363. Windows color (decimal): -13204681 or 3638070. OLE color: 3638070.

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

Color convert

RGB5413155-
CMYK0.5900.580.49
HSL120.78º41.62%36.27%-
HSV(B)120.78º58.78%51.37%-
XYZ10.3317.296.41-
YUV99.31102.9995.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 131 (51.56% from 255) = 54.58%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=22.5%
G=54.58%
B=22.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131550.5900.580.49120.7841.6236.27
Hex3683373B03A31792a24
Octal662036773072611715244
Binary1101101000001111011111101101110101100011111001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368337; }

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

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

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

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

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

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

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

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