Html Css Color HEX #369972 Eucalyptus

📋 copy color: '#369972'

red 54 ◦ green 153 ◦ blue 114

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

Shades of Eucalyptus #369972

Tints of Eucalyptus #369972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.66%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 16.82%
G = 47.66%
B = 35.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#369972 (or 0x369972) is known color: Eucalyptus. HEX triplet: 36, 99 and 72. RGB value is (54,153,114). Sum of RGB (Red+Green+Blue) = 54+153+114=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #369972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369972 is #C9668D. Grayscale: #777777. Windows color (decimal): -13198990 or 7510326. OLE color: 7510326.

HSL color Cylindrical-coordinate representation of color #369972: hue angle of 156.36º 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 #369972 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 153 114 -
CMYK 0.65 0 0.25 0.4
HSL 156.36º 0.48% 0.41% -
HSV(B) 156.36º 0.65% 0.6% -
XYZ 15.95 24.78 19.86 -
YUV 118.95 125.2 81.67 -
System Red Green Blue C M Y K H S L
Decimal 54 153 114 0.65 0 0.25 0.4 156.36 0.48 0.41
Hex 36 99 72 41 0 19 28 9C 30 29
Octal 66 231 162 101 0 31 50 234 60 51
Binary 110110 10011001 1110010 1000001 0 11001 101000 10011100 110000 101001

Color Harmonies of #369972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369972

Black with #369972

Text Example


Text Example

White with #369972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369972; }

 p { color: rgb(54,153,114); }

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

background-color css

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

 a { background-color: rgb(54,153,114); }

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

border-color css

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

 span { border-color: rgb(54,153,114); }

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