#368A35

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

Shades of Japanese Laurel #368A35

Tints of Japanese Laurel #368A35

Color information

#368A35 (or 0x368A35) is unknown color: approx Japanese Laurel. HEX triplet: 36, 8A and 35. RGB value is (54,138,53). Sum of RGB (Red+Green+Blue) = 54+138+53=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #368A35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368A35 is #C975CA. Grayscale: #676767. Windows color (decimal): -13202891 or 3508790. OLE color: 3508790.

HSL color Cylindrical-coordinate representation of color #368A35: hue angle of 119.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368A35 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB5413853-
CMYK0.6100.620.46
HSL119.29º44.5%37.45%-
HSV(B)119.29º61.59%54.12%-
XYZ11.2519.226.48-
YUV103.1999.6792.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 138 (54.30% from 255) = 56.33%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=22.04%
G=56.33%
B=21.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54138530.6100.620.46119.2944.537.45
Hex368A353D03E2E772d25
Octal662126575076561675545
Binary1101101000101011010111110101111101011101110111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368A35; }

 p { color: rgb(54,138,53); }

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

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

 a { background-color: rgb(54,138,53); }

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

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

 span { border-color: rgb(54,138,53); }

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