#368331

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

Shades of Japanese Laurel #368331

Tints of Japanese Laurel #368331

Color information

#368331 (or 0x368331) is unknown color: approx Japanese Laurel. HEX triplet: 36, 83 and 31. RGB value is (54,131,49). Sum of RGB (Red+Green+Blue) = 54+131+49=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #368331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368331 is #C97CCE. Grayscale: #626262. Windows color (decimal): -13204687 or 3244854. OLE color: 3244854.

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

Color convert

RGB5413149-
CMYK0.5900.630.49
HSL116.34º45.56%35.29%-
HSV(B)116.34º62.6%51.37%-
XYZ10.1917.245.7-
YUV98.6399.9996.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 131 (51.56% from 255) = 55.98%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=23.08%
G=55.98%
B=20.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131490.5900.630.49116.3445.5635.29
Hex3683313B03F31742e23
Octal662036173077611645643
Binary1101101000001111000111101101111111100011110100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368331; }

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

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

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

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

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

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

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

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