#35873A

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

Shades of Japanese Laurel #35873A

Tints of Japanese Laurel #35873A

Color information

#35873A (or 0x35873A) is unknown color: approx Japanese Laurel. HEX triplet: 35, 87 and 3A. RGB value is (53,135,58). Sum of RGB (Red+Green+Blue) = 53+135+58=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #35873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35873A is #CA78C5. Grayscale: #656565. Windows color (decimal): -13269190 or 3835701. OLE color: 3835701.

HSL color Cylindrical-coordinate representation of color #35873A: hue angle of 123.66º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35873A is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5313558-
CMYK0.6100.570.47
HSL123.66º43.62%36.86%-
HSV(B)123.66º60.74%52.94%-
XYZ10.918.396.98-
YUV101.7103.3393.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 135 (53.12% from 255) = 54.88%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=21.54%
G=54.88%
B=23.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135580.6100.570.47123.6643.6236.86
Hex35873A3D0392F7c2c25
Octal652077275071571745445
Binary1101011000011111101011110101110011011111111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35873A; }

 p { color: rgb(53,135,58); }

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

<style>
 a { background-color: #35873A; }

 a { background-color: rgb(53,135,58); }

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

<style>
 span { border-color: #35873A; }

 span { border-color: rgb(53,135,58); }

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