#35723F

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

Shades of Japanese Laurel #35723F

Tints of Japanese Laurel #35723F

Color information

#35723F (or 0x35723F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 72 and 3F. RGB value is (53,114,63). Sum of RGB (Red+Green+Blue) = 53+114+63=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #35723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35723F is #CA8DC0. Grayscale: #5A5A5A. Windows color (decimal): -13274561 or 4158005. OLE color: 4158005.

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

Color convert

RGB5311463-
CMYK0.5400.450.55
HSL129.84º36.53%32.75%-
HSV(B)129.84º53.51%44.71%-
XYZ8.3813.156.8-
YUV89.95112.79101.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 63 (25% from 255) = 27.39%
R=23.04%
G=49.57%
B=27.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114630.5400.450.55129.8436.5332.75
Hex35723F3602D37822521
Octal651627766055672024541
Binary1101011110010111111110110010110111011110000010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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