Html Css Color HEX #277060 Eden

📋 copy color: '#277060'

red 39 ◦ green 112 ◦ blue 96

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

Shades of Eden #277060

Tints of Eden #277060

RGB

 RED value IS 39 (15.63% from 255) = 15.79%

 GREEN value IS 112 (44.14% from 255) = 45.34%

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 15.79%
G = 45.34%
B = 38.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#277060 (or 0x277060) is known color: Eden. HEX triplet: 27, 70 and 60. RGB value is (39,112,96). Sum of RGB (Red+Green+Blue) = 39+112+96=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #277060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277060 is #D88F9F. Grayscale: #585858. Windows color (decimal): -14192544 or 6320167. OLE color: 6320167.

HSL color Cylindrical-coordinate representation of color #277060: hue angle of 166.85º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277060 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 96 -
CMYK 0.65 0 0.14 0.56
HSL 166.85º 0.48% 0.3% -
HSV(B) 166.85º 0.65% 0.44% -
XYZ 8.74 12.86 13.09 -
YUV 88.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 39 112 96 0.65 0 0.14 0.56 166.85 0.48 0.3
Hex 27 70 60 41 0 E 38 A7 30 1E
Octal 47 160 140 101 0 16 70 247 60 36
Binary 100111 1110000 1100000 1000001 0 1110 111000 10100111 110000 11110

Color Harmonies of #277060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277060

Black with #277060

Text Example


Text Example

White with #277060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277060; }

 p { color: rgb(39,112,96); }

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

background-color css

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

 a { background-color: rgb(39,112,96); }

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

border-color css

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

 span { border-color: rgb(39,112,96); }

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