#35743D

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

Shades of Japanese Laurel #35743D

Tints of Japanese Laurel #35743D

Color information

#35743D (or 0x35743D) is unknown color: approx Japanese Laurel. HEX triplet: 35, 74 and 3D. RGB value is (53,116,61). Sum of RGB (Red+Green+Blue) = 53+116+61=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #35743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35743D is #CA8BC2. Grayscale: #5B5B5B. Windows color (decimal): -13274051 or 4027445. OLE color: 4027445.

HSL color Cylindrical-coordinate representation of color #35743D: hue angle of 127.62º 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 #35743D is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB5311661-
CMYK0.5400.470.55
HSL127.62º37.28%33.14%-
HSV(B)127.62º54.31%45.49%-
XYZ8.5613.586.59-
YUV90.89111.13100.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=23.04%
G=50.43%
B=26.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116610.5400.470.55127.6237.2833.14
Hex35743D3602F37802521
Octal651647566057672004541
Binary1101011110100111101110110010111111011110000000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35743D; }

 p { color: rgb(53,116,61); }

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

<style>
 a { background-color: #35743D; }

 a { background-color: rgb(53,116,61); }

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

<style>
 span { border-color: #35743D; }

 span { border-color: rgb(53,116,61); }

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