#358637

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

Shades of Japanese Laurel #358637

Tints of Japanese Laurel #358637

Color information

#358637 (or 0x358637) is unknown color: approx Japanese Laurel. HEX triplet: 35, 86 and 37. RGB value is (53,134,55). Sum of RGB (Red+Green+Blue) = 53+134+55=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #358637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358637 is #CA79C8. Grayscale: #656565. Windows color (decimal): -13269449 or 3638837. OLE color: 3638837.

HSL color Cylindrical-coordinate representation of color #358637: hue angle of 121.48º 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 #358637 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB5313455-
CMYK0.6000.590.47
HSL121.48º43.32%36.67%-
HSV(B)121.48º60.45%52.55%-
XYZ10.6818.086.54-
YUV100.78102.1693.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 55 (21.88% from 255) = 22.73%
R=21.90%
G=55.37%
B=22.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134550.6000.590.47121.4843.3236.67
Hex3586373C03B2F792b25
Octal652066774073571715345
Binary1101011000011011011111110001110111011111111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358637; }

 p { color: rgb(53,134,55); }

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

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

 a { background-color: rgb(53,134,55); }

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

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

 span { border-color: rgb(53,134,55); }

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