#35763E

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

Shades of Japanese Laurel #35763E

Tints of Japanese Laurel #35763E

Color information

#35763E (or 0x35763E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 76 and 3E. RGB value is (53,118,62). Sum of RGB (Red+Green+Blue) = 53+118+62=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #35763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35763E is #CA89C1. Grayscale: #5C5C5C. Windows color (decimal): -13273538 or 4093493. OLE color: 4093493.

HSL color Cylindrical-coordinate representation of color #35763E: hue angle of 128.31º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35763E is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB5311862-
CMYK0.5500.470.54
HSL128.31º38.01%33.53%-
HSV(B)128.31º55.08%46.27%-
XYZ8.8214.066.81-
YUV92.18110.97100.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=22.75%
G=50.64%
B=26.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118620.5500.470.54128.3138.0133.53
Hex35763E3702F36802622
Octal651667667057662004642
Binary1101011110110111110110111010111111011010000000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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