#368735

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

Shades of Japanese Laurel #368735

Tints of Japanese Laurel #368735

Color information

#368735 (or 0x368735) is unknown color: approx Japanese Laurel. HEX triplet: 36, 87 and 35. RGB value is (54,135,53). Sum of RGB (Red+Green+Blue) = 54+135+53=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #368735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368735 is #C978CA. Grayscale: #656565. Windows color (decimal): -13203659 or 3508022. OLE color: 3508022.

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

Color convert

RGB5413553-
CMYK0.6000.610.47
HSL119.27º43.62%36.86%-
HSV(B)119.27º60.74%52.94%-
XYZ10.8318.376.34-
YUV101.43100.6694.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 135 (53.12% from 255) = 55.79%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=22.31%
G=55.79%
B=21.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54135530.6000.610.47119.2743.6236.86
Hex3687353C03D2F772c25
Octal662076574075571675445
Binary1101101000011111010111110001111011011111110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368735; }

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

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

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

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

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

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

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

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