Html Css Color HEX #369A6F Eucalyptus

📋 copy color: '#369A6F'

red 54 ◦ green 154 ◦ blue 111

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

Shades of Eucalyptus #369A6F

Tints of Eucalyptus #369A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 16.93%
G = 48.28%
B = 34.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#369A6F (or 0x369A6F) is known color: Eucalyptus. HEX triplet: 36, 9A and 6F. RGB value is (54,154,111). Sum of RGB (Red+Green+Blue) = 54+154+111=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #369A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A6F is #C96590. Grayscale: #777777. Windows color (decimal): -13198737 or 7313974. OLE color: 7313974.

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

Color convert

RGB 54 154 111 -
CMYK 0.65 0 0.28 0.40
HSL 154.2º 0.48% 0.41% -
HSV(B) 154.2º 0.65% 0.6% -
XYZ 15.95 25.04 19.03 -
YUV 119.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 54 154 111 0.65 0 0.28 0.40 154.2 0.48 0.41
Hex 36 9A 6F 41 0 1C 28 9A 30 29
Octal 66 232 157 101 0 34 50 232 60 51
Binary 110110 10011010 1101111 1000001 0 11100 101000 10011010 110000 101001

Color Harmonies of #369A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A6F

Black with #369A6F

Text Example


Text Example

White with #369A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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