#358739

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

Shades of Japanese Laurel #358739

Tints of Japanese Laurel #358739

Color information

#358739 (or 0x358739) is unknown color: approx Japanese Laurel. HEX triplet: 35, 87 and 39. RGB value is (53,135,57). Sum of RGB (Red+Green+Blue) = 53+135+57=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #358739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358739 is #CA78C6. Grayscale: #656565. Windows color (decimal): -13269191 or 3770165. OLE color: 3770165.

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

Color convert

RGB5313557-
CMYK0.6100.580.47
HSL122.93º43.62%36.86%-
HSV(B)122.93º60.74%52.94%-
XYZ10.8718.386.85-
YUV101.59102.8393.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=21.63%
G=55.10%
B=23.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135570.6100.580.47122.9343.6236.86
Hex3587393D03A2F7b2c25
Octal652077175072571735445
Binary1101011000011111100111110101110101011111111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358739; }

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

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

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

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

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

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

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

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