#368242

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

Shades of Japanese Laurel #368242

Tints of Japanese Laurel #368242

Color information

#368242 (or 0x368242) is unknown color: approx Japanese Laurel. HEX triplet: 36, 82 and 42. RGB value is (54,130,66). Sum of RGB (Red+Green+Blue) = 54+130+66=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #368242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368242 is #C97DBD. Grayscale: #646464. Windows color (decimal): -13204926 or 4358710. OLE color: 4358710.

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

Color convert

RGB5413066-
CMYK0.5800.490.49
HSL129.47º41.3%36.08%-
HSV(B)129.47º58.46%50.98%-
XYZ10.4917.147.91-
YUV99.98108.8295.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=21.6%
G=52%
B=26.4%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130660.5800.490.49129.4741.336.08
Hex3682423A03131812924
Octal6620210272061612015144
Binary110110100000101000010111010011000111000110000001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368242; }

 p { color: rgb(54,130,66); }

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

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

 a { background-color: rgb(54,130,66); }

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

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

 span { border-color: rgb(54,130,66); }

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