#35913E

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

Shades of Japanese Laurel #35913E

Tints of Japanese Laurel #35913E

Color information

#35913E (or 0x35913E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 91 and 3E. RGB value is (53,145,62). Sum of RGB (Red+Green+Blue) = 53+145+62=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #35913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35913E is #CA6EC1. Grayscale: #6C6C6C. Windows color (decimal): -13266626 or 4100405. OLE color: 4100405.

HSL color Cylindrical-coordinate representation of color #35913E: hue angle of 125.87º 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 #35913E is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB5314562-
CMYK0.6300.570.43
HSL125.87º46.46%38.82%-
HSV(B)125.87º63.45%56.86%-
XYZ12.4621.368.02-
YUV108.03102.0288.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=20.38%
G=55.77%
B=23.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145620.6300.570.43125.8746.4638.82
Hex35913E3F0392B7e2e27
Octal652217677071531765647
Binary1101011001000111111011111101110011010111111110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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