#35773A

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

Shades of Japanese Laurel #35773A

Tints of Japanese Laurel #35773A

Color information

#35773A (or 0x35773A) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 3A. RGB value is (53,119,58). Sum of RGB (Red+Green+Blue) = 53+119+58=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #35773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35773A is #CA88C5. Grayscale: #5C5C5C. Windows color (decimal): -13273286 or 3831605. OLE color: 3831605.

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

Color convert

RGB5311958-
CMYK0.5500.510.53
HSL124.55º38.37%33.73%-
HSV(B)124.55º55.46%46.67%-
XYZ8.8314.266.29-
YUV92.31108.6399.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=23.04%
G=51.74%
B=25.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119580.5500.510.53124.5538.3733.73
Hex35773A37033357d2622
Octal651677267063651754642
Binary110101111011111101011011101100111101011111101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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