#358741

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

Shades of Japanese Laurel #358741

Tints of Japanese Laurel #358741

Color information

#358741 (or 0x358741) is unknown color: approx Japanese Laurel. HEX triplet: 35, 87 and 41. RGB value is (53,135,65). Sum of RGB (Red+Green+Blue) = 53+135+65=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #358741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358741 is #CA78BE. Grayscale: #666666. Windows color (decimal): -13269183 or 4294453. OLE color: 4294453.

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

Color convert

RGB5313565-
CMYK0.6100.520.47
HSL128.78º43.62%36.86%-
HSV(B)128.78º60.74%52.94%-
XYZ11.0918.477.98-
YUV102.5106.8392.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=20.95%
G=53.36%
B=25.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135650.6100.520.47128.7843.6236.86
Hex3587413D0342F812c25
Octal6520710175064572015445
Binary110101100001111000001111101011010010111110000001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358741; }

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

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

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

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

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

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

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

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