Html Css Color HEX #369A71 Eucalyptus

📋 copy color: '#369A71'

red 54 ◦ green 154 ◦ blue 113

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

Shades of Eucalyptus #369A71

Tints of Eucalyptus #369A71

RGB

 RED value IS 54 (21.48% from 255) = 16.82%

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

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

R = 16.82%
G = 47.98%
B = 35.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#369A71 (or 0x369A71) is known color: Eucalyptus. HEX triplet: 36, 9A and 71. RGB value is (54,154,113). Sum of RGB (Red+Green+Blue) = 54+154+113=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #369A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A71 is #C9658E. Grayscale: #777777. Windows color (decimal): -13198735 or 7445046. OLE color: 7445046.

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

Color convert

RGB 54 154 113 -
CMYK 0.65 0 0.27 0.40
HSL 155.4º 0.48% 0.41% -
HSV(B) 155.4º 0.65% 0.6% -
XYZ 16.06 25.09 19.62 -
YUV 119.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 54 154 113 0.65 0 0.27 0.40 155.4 0.48 0.41
Hex 36 9A 71 41 0 1B 28 9B 30 29
Octal 66 232 161 101 0 33 50 233 60 51
Binary 110110 10011010 1110001 1000001 0 11011 101000 10011011 110000 101001

Color Harmonies of #369A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A71

Black with #369A71

Text Example


Text Example

White with #369A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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