#35813D

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

Shades of Japanese Laurel #35813D

Tints of Japanese Laurel #35813D

Color information

#35813D (or 0x35813D) is unknown color: approx Japanese Laurel. HEX triplet: 35, 81 and 3D. RGB value is (53,129,61). Sum of RGB (Red+Green+Blue) = 53+129+61=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #35813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35813D is #CA7EC2. Grayscale: #626262. Windows color (decimal): -13270723 or 4030773. OLE color: 4030773.

HSL color Cylindrical-coordinate representation of color #35813D: hue angle of 126.32º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35813D is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB5312961-
CMYK0.5900.530.49
HSL126.32º41.76%35.69%-
HSV(B)126.32º58.91%50.59%-
XYZ10.1616.797.12-
YUV98.52106.8295.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=21.81%
G=53.09%
B=25.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129610.5900.530.49126.3241.7635.69
Hex35813D3B035317e2a24
Octal652017573065611765244
Binary1101011000000111110111101101101011100011111110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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