Html Css Color HEX #359A71 Eucalyptus

📋 copy color: '#359A71'

red 53 ◦ green 154 ◦ blue 113

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

Shades of Eucalyptus #359A71

Tints of Eucalyptus #359A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 16.56%
G = 48.13%
B = 35.31%

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

#359A71 (or 0x359A71) is known color: Eucalyptus. HEX triplet: 35, 9A and 71. RGB value is (53,154,113). Sum of RGB (Red+Green+Blue) = 53+154+113=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #359A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A71 is #CA658E. Grayscale: #777777. Windows color (decimal): -13264271 or 7445045. OLE color: 7445045.

HSL color Cylindrical-coordinate representation of color #359A71: hue angle of 155.64º 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 #359A71 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 113 -
CMYK 0.66 0 0.27 0.40
HSL 155.64º 0.49% 0.41% -
HSV(B) 155.64º 0.66% 0.6% -
XYZ 16 25.06 19.62 -
YUV 119.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 53 154 113 0.66 0 0.27 0.40 155.64 0.49 0.41
Hex 35 9A 71 42 0 1B 28 9C 31 29
Octal 65 232 161 102 0 33 50 234 61 51
Binary 110101 10011010 1110001 1000010 0 11011 101000 10011100 110001 101001

Color Harmonies of #359A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A71

Black with #359A71

Text Example


Text Example

White with #359A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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