Html Css Color HEX #369F6D Eucalyptus

📋 copy color: '#369F6D'

red 54 ◦ green 159 ◦ blue 109

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

Shades of Eucalyptus #369F6D

Tints of Eucalyptus #369F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 16.77%
G = 49.38%
B = 33.85%

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

#369F6D (or 0x369F6D) is known color: Eucalyptus. HEX triplet: 36, 9F and 6D. RGB value is (54,159,109). Sum of RGB (Red+Green+Blue) = 54+159+109=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #369F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F6D is #C96092. Grayscale: #797979. Windows color (decimal): -13197459 or 7184182. OLE color: 7184182.

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

Color convert

RGB 54 159 109 -
CMYK 0.66 0 0.31 0.38
HSL 151.43º 0.49% 0.42% -
HSV(B) 151.43º 0.66% 0.62% -
XYZ 16.68 26.68 18.74 -
YUV 121.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 54 159 109 0.66 0 0.31 0.38 151.43 0.49 0.42
Hex 36 9F 6D 42 0 1F 26 97 31 2A
Octal 66 237 155 102 0 37 46 227 61 52
Binary 110110 10011111 1101101 1000010 0 11111 100110 10010111 110001 101010

Color Harmonies of #369F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F6D

Black with #369F6D

Text Example


Text Example

White with #369F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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