#35762F

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

Shades of Japanese Laurel #35762F

Tints of Japanese Laurel #35762F

Color information

#35762F (or 0x35762F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 76 and 2F. RGB value is (53,118,47). Sum of RGB (Red+Green+Blue) = 53+118+47=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #35762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35762F is #CA89D0. Grayscale: #5A5A5A. Windows color (decimal): -13273553 or 3110453. OLE color: 3110453.

HSL color Cylindrical-coordinate representation of color #35762F: hue angle of 114.93º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35762F is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB5311847-
CMYK0.5500.600.54
HSL114.93º43.03%32.35%-
HSV(B)114.93º60.17%46.27%-
XYZ8.4613.924.93-
YUV90.47103.47101.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=24.31%
G=54.13%
B=21.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118470.5500.600.54114.9343.0332.35
Hex35762F3703C36732b20
Octal651665767074661635340
Binary110101111011010111111011101111001101101110011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35762F; }

 p { color: rgb(53,118,47); }

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

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

 a { background-color: rgb(53,118,47); }

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

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

 span { border-color: rgb(53,118,47); }

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