#35763B

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

Shades of Japanese Laurel #35763B

Tints of Japanese Laurel #35763B

Color information

#35763B (or 0x35763B) is unknown color: approx Japanese Laurel. HEX triplet: 35, 76 and 3B. RGB value is (53,118,59). Sum of RGB (Red+Green+Blue) = 53+118+59=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #35763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35763B is #CA89C4. Grayscale: #5C5C5C. Windows color (decimal): -13273541 or 3896885. OLE color: 3896885.

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

Color convert

RGB5311859-
CMYK0.5500.500.54
HSL125.54º38.01%33.53%-
HSV(B)125.54º55.08%46.27%-
XYZ8.7414.036.39-
YUV91.84109.47100.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=23.04%
G=51.30%
B=25.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118590.5500.500.54125.5438.0133.53
Hex35763B37032367e2622
Octal651667367062661764642
Binary110101111011011101111011101100101101101111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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