#35813B

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

Shades of Japanese Laurel #35813B

Tints of Japanese Laurel #35813B

Color information

#35813B (or 0x35813B) is unknown color: approx Japanese Laurel. HEX triplet: 35, 81 and 3B. RGB value is (53,129,59). Sum of RGB (Red+Green+Blue) = 53+129+59=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #35813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35813B is #CA7EC4. Grayscale: #626262. Windows color (decimal): -13270725 or 3899701. OLE color: 3899701.

HSL color Cylindrical-coordinate representation of color #35813B: hue angle of 124.74º 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 #35813B is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB5312959-
CMYK0.5900.540.49
HSL124.74º41.76%35.69%-
HSV(B)124.74º58.91%50.59%-
XYZ10.1116.776.84-
YUV98.3105.8295.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 129 (50.78% from 255) = 53.53%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=21.99%
G=53.53%
B=24.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129590.5900.540.49124.7441.7635.69
Hex35813B3B036317d2a24
Octal652017373066611755244
Binary1101011000000111101111101101101101100011111101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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