Html Css Color HEX #275650 Eden

📋 copy color: '#275650'

red 39 ◦ green 86 ◦ blue 80

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

Shades of Eden #275650

Tints of Eden #275650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.95%

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 19.02%
G = 41.95%
B = 39.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#275650 (or 0x275650) is known color: Eden. HEX triplet: 27, 56 and 50. RGB value is (39,86,80). Sum of RGB (Red+Green+Blue) = 39+86+80=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #275650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275650 is #D8A9AF. Grayscale: #474747. Windows color (decimal): -14199216 or 5264935. OLE color: 5264935.

HSL color Cylindrical-coordinate representation of color #275650: hue angle of 172.34º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275650 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 39 86 80 -
CMYK 0.55 0 0.07 0.66
HSL 172.34º 0.38% 0.25% -
HSV(B) 172.34º 0.55% 0.34% -
XYZ 5.61 7.67 8.77 -
YUV 71.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 39 86 80 0.55 0 0.07 0.66 172.34 0.38 0.25
Hex 27 56 50 37 0 7 42 AC 26 19
Octal 47 126 120 67 0 7 102 254 46 31
Binary 100111 1010110 1010000 110111 0 111 1000010 10101100 100110 11001

Color Harmonies of #275650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275650

Black with #275650

Text Example


Text Example

White with #275650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275650; }

 p { color: rgb(39,86,80); }

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

background-color css

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

 a { background-color: rgb(39,86,80); }

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

border-color css

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

 span { border-color: rgb(39,86,80); }

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