#35863C

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

Shades of Japanese Laurel #35863C

Tints of Japanese Laurel #35863C

Color information

#35863C (or 0x35863C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 86 and 3C. RGB value is (53,134,60). Sum of RGB (Red+Green+Blue) = 53+134+60=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #35863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35863C is #CA79C3. Grayscale: #656565. Windows color (decimal): -13269444 or 3966517. OLE color: 3966517.

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

Color convert

RGB5313460-
CMYK0.6000.550.47
HSL125.19º43.32%36.67%-
HSV(B)125.19º60.45%52.55%-
XYZ10.8118.137.21-
YUV101.34104.6693.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 134 (52.73% from 255) = 54.25%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=21.46%
G=54.25%
B=24.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134600.6000.550.47125.1943.3236.67
Hex35863C3C0372F7d2b25
Octal652067474067571755345
Binary1101011000011011110011110001101111011111111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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