Html Css Color HEX #369A6C Eucalyptus

📋 copy color: '#369A6C'

red 54 ◦ green 154 ◦ blue 108

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

Shades of Eucalyptus #369A6C

Tints of Eucalyptus #369A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 17.09%
G = 48.73%
B = 34.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#369A6C (or 0x369A6C) is known color: Eucalyptus. HEX triplet: 36, 9A and 6C. RGB value is (54,154,108). Sum of RGB (Red+Green+Blue) = 54+154+108=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #369A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A6C is #C96593. Grayscale: #767676. Windows color (decimal): -13198740 or 7117366. OLE color: 7117366.

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

Color convert

RGB 54 154 108 -
CMYK 0.65 0 0.30 0.40
HSL 152.4º 0.48% 0.41% -
HSV(B) 152.4º 0.65% 0.6% -
XYZ 15.78 24.98 18.18 -
YUV 118.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 54 154 108 0.65 0 0.30 0.40 152.4 0.48 0.41
Hex 36 9A 6C 41 0 1E 28 98 30 29
Octal 66 232 154 101 0 36 50 230 60 51
Binary 110110 10011010 1101100 1000001 0 11110 101000 10011000 110000 101001

Color Harmonies of #369A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A6C

Black with #369A6C

Text Example


Text Example

White with #369A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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