#35863E

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

Shades of Japanese Laurel #35863E

Tints of Japanese Laurel #35863E

Color information

#35863E (or 0x35863E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 86 and 3E. RGB value is (53,134,62). Sum of RGB (Red+Green+Blue) = 53+134+62=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #35863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35863E is #CA79C1. Grayscale: #656565. Windows color (decimal): -13269442 or 4097589. OLE color: 4097589.

HSL color Cylindrical-coordinate representation of color #35863E: hue angle of 126.67º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35863E is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB5313462-
CMYK0.6000.540.47
HSL126.67º43.32%36.67%-
HSV(B)126.67º60.45%52.55%-
XYZ10.8618.157.49-
YUV101.57105.6693.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=21.29%
G=53.82%
B=24.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134620.6000.540.47126.6743.3236.67
Hex35863E3C0362F7f2b25
Octal652067674066571775345
Binary1101011000011011111011110001101101011111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35863E; }

 p { color: rgb(53,134,62); }

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

<style>
 a { background-color: #35863E; }

 a { background-color: rgb(53,134,62); }

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

<style>
 span { border-color: #35863E; }

 span { border-color: rgb(53,134,62); }

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