#368442

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

Shades of Japanese Laurel #368442

Tints of Japanese Laurel #368442

Color information

#368442 (or 0x368442) is unknown color: approx Japanese Laurel. HEX triplet: 36, 84 and 42. RGB value is (54,132,66). Sum of RGB (Red+Green+Blue) = 54+132+66=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #368442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368442 is #C97BBD. Grayscale: #656565. Windows color (decimal): -13204414 or 4359222. OLE color: 4359222.

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

Color convert

RGB5413266-
CMYK0.5900.50.48
HSL129.23º41.94%36.47%-
HSV(B)129.23º59.09%51.76%-
XYZ10.7617.688-
YUV101.15108.1694.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=21.43%
G=52.38%
B=26.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132660.5900.50.48129.2341.9436.47
Hex3684423B03230812a24
Octal6620410273062602015244
Binary110110100001001000010111011011001011000010000001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368442; }

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

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

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

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

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

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

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

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