Html Css Color HEX #359A70 Eucalyptus

📋 copy color: '#359A70'

red 53 ◦ green 154 ◦ blue 112

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

Shades of Eucalyptus #359A70

Tints of Eucalyptus #359A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.28%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 16.61%
G = 48.28%
B = 35.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#359A70 (or 0x359A70) is known color: Eucalyptus. HEX triplet: 35, 9A and 70. RGB value is (53,154,112). Sum of RGB (Red+Green+Blue) = 53+154+112=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #359A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A70 is #CA658F. Grayscale: #777777. Windows color (decimal): -13264272 or 7379509. OLE color: 7379509.

HSL color Cylindrical-coordinate representation of color #359A70: hue angle of 155.05º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A70 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 112 -
CMYK 0.66 0 0.27 0.40
HSL 155.05º 0.49% 0.41% -
HSV(B) 155.05º 0.66% 0.6% -
XYZ 15.95 25.04 19.32 -
YUV 119.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 53 154 112 0.66 0 0.27 0.40 155.05 0.49 0.41
Hex 35 9A 70 42 0 1B 28 9B 31 29
Octal 65 232 160 102 0 33 50 233 61 51
Binary 110101 10011010 1110000 1000010 0 11011 101000 10011011 110001 101001

Color Harmonies of #359A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A70

Black with #359A70

Text Example


Text Example

White with #359A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359A70; }

 p { color: rgb(53,154,112); }

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

background-color css

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

 a { background-color: rgb(53,154,112); }

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

border-color css

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

 span { border-color: rgb(53,154,112); }

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