#35713A

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

Shades of Japanese Laurel #35713A

Tints of Japanese Laurel #35713A

Color information

#35713A (or 0x35713A) is unknown color: approx Japanese Laurel. HEX triplet: 35, 71 and 3A. RGB value is (53,113,58). Sum of RGB (Red+Green+Blue) = 53+113+58=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #35713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35713A is #CA8EC5. Grayscale: #585858. Windows color (decimal): -13274822 or 3830069. OLE color: 3830069.

HSL color Cylindrical-coordinate representation of color #35713A: hue angle of 125º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35713A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB5311358-
CMYK0.5300.490.56
HSL125º36.14%32.55%-
HSV(B)125º53.1%44.31%-
XYZ8.1412.876.06-
YUV88.79110.62102.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=23.66%
G=50.45%
B=25.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113580.5300.490.5612536.1432.55
Hex35713A35031387d2421
Octal651617265061701754441
Binary110101111000111101011010101100011110001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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