#35763A

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

Shades of Japanese Laurel #35763A

Tints of Japanese Laurel #35763A

Color information

#35763A (or 0x35763A) is unknown color: approx Japanese Laurel. HEX triplet: 35, 76 and 3A. RGB value is (53,118,58). Sum of RGB (Red+Green+Blue) = 53+118+58=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #35763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35763A is #CA89C5. Grayscale: #5B5B5B. Windows color (decimal): -13273542 or 3831349. OLE color: 3831349.

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

Color convert

RGB5311858-
CMYK0.5500.510.54
HSL124.62º38.01%33.53%-
HSV(B)124.62º55.08%46.27%-
XYZ8.7114.026.25-
YUV91.72108.97100.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=23.14%
G=51.53%
B=25.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118580.5500.510.54124.6238.0133.53
Hex35763A37033367d2622
Octal651667267063661754642
Binary110101111011011101011011101100111101101111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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