#35773E

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

Shades of Japanese Laurel #35773E

Tints of Japanese Laurel #35773E

Color information

#35773E (or 0x35773E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 3E. RGB value is (53,119,62). Sum of RGB (Red+Green+Blue) = 53+119+62=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #35773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35773E is #CA88C1. Grayscale: #5C5C5C. Windows color (decimal): -13273282 or 4093749. OLE color: 4093749.

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

Color convert

RGB5311962-
CMYK0.5500.480.53
HSL128.18º38.37%33.73%-
HSV(B)128.18º55.46%46.67%-
XYZ8.9314.36.85-
YUV92.77110.6399.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=22.65%
G=50.85%
B=26.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119620.5500.480.53128.1838.3733.73
Hex35773E3703035802622
Octal651677667060652004642
Binary1101011110111111110110111011000011010110000000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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