Html Css Color HEX #359061 Eucalyptus

📋 copy color: '#359061'

red 53 ◦ green 144 ◦ blue 97

#359061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #359061

Tints of Eucalyptus #359061

RGB

 RED value IS 53 (21.09% from 255) = 18.03%

 GREEN value IS 144 (56.64% from 255) = 48.98%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 18.03%
G = 48.98%
B = 32.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#359061 (or 0x359061) is known color: Eucalyptus. HEX triplet: 35, 90 and 61. RGB value is (53,144,97). Sum of RGB (Red+Green+Blue) = 53+144+97=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #359061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359061 is #CA6F9E. Grayscale: #6F6F6F. Windows color (decimal): -13266847 or 6393909. OLE color: 6393909.

HSL color Cylindrical-coordinate representation of color #359061: hue angle of 149.01º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359061 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 97 -
CMYK 0.63 0 0.33 0.44
HSL 149.01º 0.46% 0.39% -
HSV(B) 149.01º 0.63% 0.56% -
XYZ 13.6 21.57 14.76 -
YUV 111.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 53 144 97 0.63 0 0.33 0.44 149.01 0.46 0.39
Hex 35 90 61 3F 0 21 2C 95 2E 27
Octal 65 220 141 77 0 41 54 225 56 47
Binary 110101 10010000 1100001 111111 0 100001 101100 10010101 101110 100111

Color Harmonies of #359061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359061

Black with #359061

Text Example


Text Example

White with #359061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359061; }

 p { color: rgb(53,144,97); }

 H1.HeaderClassName
 {
   color: #359061;
 }
 .AnyTagClassName
 {
   color: #359061;
 }
</style>

background-color css

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

 a { background-color: rgb(53,144,97); }

 div.DivClassName
 {
   background-color: #359061;
 }
 .BgClassName
 {
   background-color: #359061;
 }
</style>

border-color css

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

 span { border-color: rgb(53,144,97); }

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