#35773F

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

Shades of Japanese Laurel #35773F

Tints of Japanese Laurel #35773F

Color information

#35773F (or 0x35773F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 3F. RGB value is (53,119,63). Sum of RGB (Red+Green+Blue) = 53+119+63=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #35773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35773F is #CA88C0. Grayscale: #5D5D5D. Windows color (decimal): -13273281 or 4159285. OLE color: 4159285.

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

Color convert

RGB5311963-
CMYK0.5500.470.53
HSL129.09º38.37%33.73%-
HSV(B)129.09º55.46%46.67%-
XYZ8.9614.316.99-
YUV92.88111.1399.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 63 (25% from 255) = 26.81%
R=22.55%
G=50.64%
B=26.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119630.5500.470.53129.0938.3733.73
Hex35773F3702F35812622
Octal651677767057652014642
Binary1101011110111111111110111010111111010110000001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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