#35753F

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

Shades of Japanese Laurel #35753F

Tints of Japanese Laurel #35753F

Color information

#35753F (or 0x35753F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 75 and 3F. RGB value is (53,117,63). Sum of RGB (Red+Green+Blue) = 53+117+63=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #35753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35753F is #CA8AC0. Grayscale: #5B5B5B. Windows color (decimal): -13273793 or 4158773. OLE color: 4158773.

HSL color Cylindrical-coordinate representation of color #35753F: hue angle of 129.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35753F is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB5311763-
CMYK0.5500.460.54
HSL129.38º37.65%33.33%-
HSV(B)129.38º54.7%45.88%-
XYZ8.7313.846.91-
YUV91.71111.8100.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 63 (25% from 255) = 27.04%
R=22.75%
G=50.21%
B=27.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117630.5500.460.54129.3837.6533.33
Hex35753F3702E36812621
Octal651657767056662014641
Binary1101011110101111111110111010111011011010000001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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