Html Css Color HEX #369E6C Eucalyptus

📋 copy color: '#369E6C'

red 54 ◦ green 158 ◦ blue 108

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

Shades of Eucalyptus #369E6C

Tints of Eucalyptus #369E6C

RGB

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

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

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

R = 16.88%
G = 49.38%
B = 33.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#369E6C (or 0x369E6C) is known color: Eucalyptus. HEX triplet: 36, 9E and 6C. RGB value is (54,158,108). Sum of RGB (Red+Green+Blue) = 54+158+108=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #369E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E6C is #C96193. Grayscale: #797979. Windows color (decimal): -13197716 or 7118390. OLE color: 7118390.

HSL color Cylindrical-coordinate representation of color #369E6C: hue angle of 151.15º 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 #369E6C is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 158 108 -
CMYK 0.66 0 0.32 0.38
HSL 151.15º 0.49% 0.42% -
HSV(B) 151.15º 0.66% 0.62% -
XYZ 16.45 26.32 18.4 -
YUV 121.2 120.54 80.07 -
System Red Green Blue C M Y K H S L
Decimal 54 158 108 0.66 0 0.32 0.38 151.15 0.49 0.42
Hex 36 9E 6C 42 0 20 26 97 31 2A
Octal 66 236 154 102 0 40 46 227 61 52
Binary 110110 10011110 1101100 1000010 0 100000 100110 10010111 110001 101010

Color Harmonies of #369E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E6C

Black with #369E6C

Text Example


Text Example

White with #369E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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