#35763F

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

Shades of Japanese Laurel #35763F

Tints of Japanese Laurel #35763F

Color information

#35763F (or 0x35763F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 76 and 3F. RGB value is (53,118,63). Sum of RGB (Red+Green+Blue) = 53+118+63=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #35763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35763F is #CA89C0. Grayscale: #5C5C5C. Windows color (decimal): -13273537 or 4159029. OLE color: 4159029.

HSL color Cylindrical-coordinate representation of color #35763F: hue angle of 129.23º 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 #35763F is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB5311863-
CMYK0.5500.470.54
HSL129.23º38.01%33.53%-
HSV(B)129.23º55.08%46.27%-
XYZ8.8414.076.95-
YUV92.29111.4799.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 63 (25% from 255) = 26.92%
R=22.65%
G=50.43%
B=26.92%

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
Decimal53118630.5500.470.54129.2338.0133.53
Hex35763F3702F36812622
Octal651667767057662014642
Binary1101011110110111111110111010111111011010000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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