Html Css Color HEX #369970 Eucalyptus

📋 copy color: '#369970'

red 54 ◦ green 153 ◦ blue 112

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

Shades of Eucalyptus #369970

Tints of Eucalyptus #369970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 16.93%
G = 47.96%
B = 35.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#369970 (or 0x369970) is known color: Eucalyptus. HEX triplet: 36, 99 and 70. RGB value is (54,153,112). Sum of RGB (Red+Green+Blue) = 54+153+112=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #369970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369970 is #C9668F. Grayscale: #767676. Windows color (decimal): -13198992 or 7379254. OLE color: 7379254.

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

Color convert

RGB 54 153 112 -
CMYK 0.65 0 0.27 0.4
HSL 155.15º 0.48% 0.41% -
HSV(B) 155.15º 0.65% 0.6% -
XYZ 15.84 24.74 19.27 -
YUV 118.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 54 153 112 0.65 0 0.27 0.4 155.15 0.48 0.41
Hex 36 99 70 41 0 1B 28 9B 30 29
Octal 66 231 160 101 0 33 50 233 60 51
Binary 110110 10011001 1110000 1000001 0 11011 101000 10011011 110000 101001

Color Harmonies of #369970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369970

Black with #369970

Text Example


Text Example

White with #369970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369970; }

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

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

background-color css

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

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

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

border-color css

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

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

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