#35773B

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

Shades of Japanese Laurel #35773B

Tints of Japanese Laurel #35773B

Color information

#35773B (or 0x35773B) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 3B. RGB value is (53,119,59). Sum of RGB (Red+Green+Blue) = 53+119+59=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #35773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35773B is #CA88C4. Grayscale: #5C5C5C. Windows color (decimal): -13273285 or 3897141. OLE color: 3897141.

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

Color convert

RGB5311959-
CMYK0.5500.500.53
HSL125.45º38.37%33.73%-
HSV(B)125.45º55.46%46.67%-
XYZ8.8514.276.42-
YUV92.43109.1399.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=22.94%
G=51.52%
B=25.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119590.5500.500.53125.4538.3733.73
Hex35773B37032357d2622
Octal651677367062651754642
Binary110101111011111101111011101100101101011111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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