Html Css Color HEX #276460 Eden

📋 copy color: '#276460'

red 39 ◦ green 100 ◦ blue 96

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

Shades of Eden #276460

Tints of Eden #276460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.55%

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

R = 16.6%
G = 42.55%
B = 40.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#276460 (or 0x276460) is known color: Eden. HEX triplet: 27, 64 and 60. RGB value is (39,100,96). Sum of RGB (Red+Green+Blue) = 39+100+96=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #276460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276460 is #D89B9F. Grayscale: #515151. Windows color (decimal): -14195616 or 6317095. OLE color: 6317095.

HSL color Cylindrical-coordinate representation of color #276460: hue angle of 176.07º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276460 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 100 96 -
CMYK 0.61 0 0.04 0.61
HSL 176.07º 0.44% 0.27% -
HSV(B) 176.07º 0.61% 0.39% -
XYZ 7.51 10.39 12.68 -
YUV 81.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 39 100 96 0.61 0 0.04 0.61 176.07 0.44 0.27
Hex 27 64 60 3D 0 4 3D B0 2C 1B
Octal 47 144 140 75 0 4 75 260 54 33
Binary 100111 1100100 1100000 111101 0 100 111101 10110000 101100 11011

Color Harmonies of #276460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276460

Black with #276460

Text Example


Text Example

White with #276460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276460; }

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

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

background-color css

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

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

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

border-color css

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

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

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