Html Css Color HEX #369A59 Eucalyptus

📋 copy color: '#369A59'

red 54 ◦ green 154 ◦ blue 89

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

Shades of Eucalyptus #369A59

Tints of Eucalyptus #369A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 18.18%
G = 51.85%
B = 29.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#369A59 (or 0x369A59) is known color: Eucalyptus. HEX triplet: 36, 9A and 59. RGB value is (54,154,89). Sum of RGB (Red+Green+Blue) = 54+154+89=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #369A59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A59 is #C965A6. Grayscale: #747474. Windows color (decimal): -13198759 or 5872182. OLE color: 5872182.

HSL color Cylindrical-coordinate representation of color #369A59: hue angle of 141º 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 #369A59 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 89 -
CMYK 0.65 0 0.42 0.40
HSL 141º 0.48% 0.41% -
HSV(B) 141º 0.65% 0.6% -
XYZ 14.88 24.62 13.42 -
YUV 116.69 112.37 83.29 -
System Red Green Blue C M Y K H S L
Decimal 54 154 89 0.65 0 0.42 0.40 141 0.48 0.41
Hex 36 9A 59 41 0 2A 28 8D 30 29
Octal 66 232 131 101 0 52 50 215 60 51
Binary 110110 10011010 1011001 1000001 0 101010 101000 10001101 110000 101001

Color Harmonies of #369A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A59

Black with #369A59

Text Example


Text Example

White with #369A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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