#35946A

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

Shades of Eucalyptus #35946A

Tints of Eucalyptus #35946A

Color information

#35946A (or 0x35946A) is unknown color: approx Eucalyptus. HEX triplet: 35, 94 and 6A. RGB value is (53,148,106). Sum of RGB (Red+Green+Blue) = 53+148+106=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #35946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35946A is #CA6B95. Grayscale: #727272. Windows color (decimal): -13265814 or 6984757. OLE color: 6984757.

HSL color Cylindrical-coordinate representation of color #35946A: hue angle of 153.47º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35946A is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB53148106-
CMYK0.6400.280.42
HSL153.47º47.26%39.41%-
HSV(B)153.47º64.19%58.04%-
XYZ14.6622.9817.3-
YUV114.81123.0383.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 148 (58.20% from 255) = 48.21%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=17.26%
G=48.21%
B=34.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531481060.6400.280.42153.4747.2639.41
Hex35946A4001C2A992f27
Octal65224152100034522315747
Binary110101100101001101010100000001110010101010011001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,148,106); }

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

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

 a { background-color: rgb(53,148,106); }

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

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

 span { border-color: rgb(53,148,106); }

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