Html Css Color HEX #369E6E Eucalyptus

📋 copy color: '#369E6E'

red 54 ◦ green 158 ◦ blue 110

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

Shades of Eucalyptus #369E6E

Tints of Eucalyptus #369E6E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.07%

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 16.77%
G = 49.07%
B = 34.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#369E6E (or 0x369E6E) is known color: Eucalyptus. HEX triplet: 36, 9E and 6E. RGB value is (54,158,110). Sum of RGB (Red+Green+Blue) = 54+158+110=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #369E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E6E is #C96191. Grayscale: #797979. Windows color (decimal): -13197714 or 7249462. OLE color: 7249462.

HSL color Cylindrical-coordinate representation of color #369E6E: hue angle of 152.31º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E6E is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 110 -
CMYK 0.66 0 0.30 0.38
HSL 152.31º 0.49% 0.42% -
HSV(B) 152.31º 0.66% 0.62% -
XYZ 16.56 26.36 18.97 -
YUV 121.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 54 158 110 0.66 0 0.30 0.38 152.31 0.49 0.42
Hex 36 9E 6E 42 0 1E 26 98 31 2A
Octal 66 236 156 102 0 36 46 230 61 52
Binary 110110 10011110 1101110 1000010 0 11110 100110 10011000 110001 101010

Color Harmonies of #369E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E6E

Black with #369E6E

Text Example


Text Example

White with #369E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,158,110); }

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

background-color css

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

 a { background-color: rgb(54,158,110); }

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

border-color css

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

 span { border-color: rgb(54,158,110); }

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