Html Css Color HEX #369A70 Eucalyptus

📋 copy color: '#369A70'

red 54 ◦ green 154 ◦ blue 112

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

Shades of Eucalyptus #369A70

Tints of Eucalyptus #369A70

RGB

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

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

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

R = 16.88%
G = 48.13%
B = 35%

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

#369A70 (or 0x369A70) is known color: Eucalyptus. HEX triplet: 36, 9A and 70. RGB value is (54,154,112). Sum of RGB (Red+Green+Blue) = 54+154+112=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #369A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A70 is #C9658F. Grayscale: #777777. Windows color (decimal): -13198736 or 7379510. OLE color: 7379510.

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

Color convert

RGB 54 154 112 -
CMYK 0.65 0 0.27 0.40
HSL 154.8º 0.48% 0.41% -
HSV(B) 154.8º 0.65% 0.6% -
XYZ 16 25.07 19.32 -
YUV 119.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 54 154 112 0.65 0 0.27 0.40 154.8 0.48 0.41
Hex 36 9A 70 41 0 1B 28 9B 30 29
Octal 66 232 160 101 0 33 50 233 60 51
Binary 110110 10011010 1110000 1000001 0 11011 101000 10011011 110000 101001

Color Harmonies of #369A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A70

Black with #369A70

Text Example


Text Example

White with #369A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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