Html Css Color HEX #369F6E Eucalyptus

📋 copy color: '#369F6E'

red 54 ◦ green 159 ◦ blue 110

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

Shades of Eucalyptus #369F6E

Tints of Eucalyptus #369F6E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.23%

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

R = 16.72%
G = 49.23%
B = 34.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#369F6E (or 0x369F6E) is known color: Eucalyptus. HEX triplet: 36, 9F and 6E. RGB value is (54,159,110). Sum of RGB (Red+Green+Blue) = 54+159+110=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #369F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F6E is #C96091. Grayscale: #7A7A7A. Windows color (decimal): -13197458 or 7249718. OLE color: 7249718.

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

Color convert

RGB 54 159 110 -
CMYK 0.66 0 0.31 0.38
HSL 152º 0.49% 0.42% -
HSV(B) 152º 0.66% 0.62% -
XYZ 16.73 26.71 19.02 -
YUV 122.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 54 159 110 0.66 0 0.31 0.38 152 0.49 0.42
Hex 36 9F 6E 42 0 1F 26 98 31 2A
Octal 66 237 156 102 0 37 46 230 61 52
Binary 110110 10011111 1101110 1000010 0 11111 100110 10011000 110001 101010

Color Harmonies of #369F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F6E

Black with #369F6E

Text Example


Text Example

White with #369F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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