#35913C

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

Shades of Japanese Laurel #35913C

Tints of Japanese Laurel #35913C

Color information

#35913C (or 0x35913C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 91 and 3C. RGB value is (53,145,60). Sum of RGB (Red+Green+Blue) = 53+145+60=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #35913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35913C is #CA6EC3. Grayscale: #6C6C6C. Windows color (decimal): -13266628 or 3969333. OLE color: 3969333.

HSL color Cylindrical-coordinate representation of color #35913C: hue angle of 124.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35913C is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB5314560-
CMYK0.6300.590.43
HSL124.57º46.46%38.82%-
HSV(B)124.57º63.45%56.86%-
XYZ12.4121.337.74-
YUV107.8101.0288.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 145 (57.03% from 255) = 56.20%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=20.54%
G=56.20%
B=23.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145600.6300.590.43124.5746.4638.82
Hex35913C3F03B2B7d2e27
Octal652217477073531755647
Binary1101011001000111110011111101110111010111111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35913C; }

 p { color: rgb(53,145,60); }

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

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

 a { background-color: rgb(53,145,60); }

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

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

 span { border-color: rgb(53,145,60); }

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