#368642

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

Shades of Japanese Laurel #368642

Tints of Japanese Laurel #368642

Color information

#368642 (or 0x368642) is unknown color: approx Japanese Laurel. HEX triplet: 36, 86 and 42. RGB value is (54,134,66). Sum of RGB (Red+Green+Blue) = 54+134+66=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #368642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368642 is #C979BD. Grayscale: #666666. Windows color (decimal): -13203902 or 4359734. OLE color: 4359734.

HSL color Cylindrical-coordinate representation of color #368642: hue angle of 129º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368642 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB5413466-
CMYK0.6000.510.47
HSL129º42.55%36.86%-
HSV(B)129º59.7%52.55%-
XYZ11.0318.238.09-
YUV102.33107.593.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=21.26%
G=52.76%
B=25.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134660.6000.510.4712942.5536.86
Hex3686423C0332F812b25
Octal6620610274063572015345
Binary110110100001101000010111100011001110111110000001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368642; }

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

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

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

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

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

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

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

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