Html Css Color HEX #369971 Eucalyptus

📋 copy color: '#369971'

red 54 ◦ green 153 ◦ blue 113

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

Shades of Eucalyptus #369971

Tints of Eucalyptus #369971

RGB

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

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

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

R = 16.88%
G = 47.81%
B = 35.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#369971 (or 0x369971) is known color: Eucalyptus. HEX triplet: 36, 99 and 71. RGB value is (54,153,113). Sum of RGB (Red+Green+Blue) = 54+153+113=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #369971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369971 is #C9668E. Grayscale: #767676. Windows color (decimal): -13198991 or 7444790. OLE color: 7444790.

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

Color convert

RGB 54 153 113 -
CMYK 0.65 0 0.26 0.4
HSL 155.76º 0.48% 0.41% -
HSV(B) 155.76º 0.65% 0.6% -
XYZ 15.89 24.76 19.56 -
YUV 118.84 124.7 81.75 -
System Red Green Blue C M Y K H S L
Decimal 54 153 113 0.65 0 0.26 0.4 155.76 0.48 0.41
Hex 36 99 71 41 0 1A 28 9C 30 29
Octal 66 231 161 101 0 32 50 234 60 51
Binary 110110 10011001 1110001 1000001 0 11010 101000 10011100 110000 101001

Color Harmonies of #369971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369971

Black with #369971

Text Example


Text Example

White with #369971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369971; }

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

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

background-color css

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

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

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

border-color css

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

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

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