Html Css Color HEX #276960 Eden

📋 copy color: '#276960'

red 39 ◦ green 105 ◦ blue 96

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

Shades of Eden #276960

Tints of Eden #276960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

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

R = 16.25%
G = 43.75%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#276960 (or 0x276960) is known color: Eden. HEX triplet: 27, 69 and 60. RGB value is (39,105,96). Sum of RGB (Red+Green+Blue) = 39+105+96=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #276960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276960 is #D8969F. Grayscale: #545454. Windows color (decimal): -14194336 or 6318375. OLE color: 6318375.

HSL color Cylindrical-coordinate representation of color #276960: hue angle of 171.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #276960 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 105 96 -
CMYK 0.63 0 0.09 0.59
HSL 171.82º 0.46% 0.28% -
HSV(B) 171.82º 0.63% 0.41% -
XYZ 8 11.38 12.84 -
YUV 84.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 39 105 96 0.63 0 0.09 0.59 171.82 0.46 0.28
Hex 27 69 60 3F 0 9 3B AC 2E 1C
Octal 47 151 140 77 0 11 73 254 56 34
Binary 100111 1101001 1100000 111111 0 1001 111011 10101100 101110 11100

Color Harmonies of #276960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276960

Black with #276960

Text Example


Text Example

White with #276960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276960; }

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

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

background-color css

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

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

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

border-color css

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

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

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