Html Css Color HEX #369E6B Eucalyptus

📋 copy color: '#369E6B'

red 54 ◦ green 158 ◦ blue 107

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

Shades of Eucalyptus #369E6B

Tints of Eucalyptus #369E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 16.93%
G = 49.53%
B = 33.54%

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

#369E6B (or 0x369E6B) is known color: Eucalyptus. HEX triplet: 36, 9E and 6B. RGB value is (54,158,107). Sum of RGB (Red+Green+Blue) = 54+158+107=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #369E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E6B is #C96194. Grayscale: #797979. Windows color (decimal): -13197717 or 7052854. OLE color: 7052854.

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

Color convert

RGB 54 158 107 -
CMYK 0.66 0 0.32 0.38
HSL 150.58º 0.49% 0.42% -
HSV(B) 150.58º 0.66% 0.62% -
XYZ 16.4 26.3 18.12 -
YUV 121.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 54 158 107 0.66 0 0.32 0.38 150.58 0.49 0.42
Hex 36 9E 6B 42 0 20 26 97 31 2A
Octal 66 236 153 102 0 40 46 227 61 52
Binary 110110 10011110 1101011 1000010 0 100000 100110 10010111 110001 101010

Color Harmonies of #369E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369E6B

Black with #369E6B

Text Example


Text Example

White with #369E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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