#35893F

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

Shades of Japanese Laurel #35893F

Tints of Japanese Laurel #35893F

Color information

#35893F (or 0x35893F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 89 and 3F. RGB value is (53,137,63). Sum of RGB (Red+Green+Blue) = 53+137+63=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #35893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35893F is #CA76C0. Grayscale: #676767. Windows color (decimal): -13268673 or 4163893. OLE color: 4163893.

HSL color Cylindrical-coordinate representation of color #35893F: hue angle of 127.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35893F is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB5313763-
CMYK0.6100.540.46
HSL127.14º44.21%37.25%-
HSV(B)127.14º61.31%53.73%-
XYZ11.3119.017.78-
YUV103.45105.1792.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 137 (53.91% from 255) = 54.15%
BLUE value IS 63 (25% from 255) = 24.90%
R=20.95%
G=54.15%
B=24.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53137630.6100.540.46127.1444.2137.25
Hex35893F3D0362E7f2c25
Octal652117775066561775445
Binary1101011000100111111111110101101101011101111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35893F; }

 p { color: rgb(53,137,63); }

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

<style>
 a { background-color: #35893F; }

 a { background-color: rgb(53,137,63); }

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

<style>
 span { border-color: #35893F; }

 span { border-color: rgb(53,137,63); }

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