Html Css Color HEX #275D55 Eden

📋 copy color: '#275D55'

red 39 ◦ green 93 ◦ blue 85

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

Shades of Eden #275D55

Tints of Eden #275D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.86%

 BLUE value IS 85 (33.59% from 255) = 39.17%

R = 17.97%
G = 42.86%
B = 39.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#275D55 (or 0x275D55) is known color: Eden. HEX triplet: 27, 5D and 55. RGB value is (39,93,85). Sum of RGB (Red+Green+Blue) = 39+93+85=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #275D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D55 is #D8A2AA. Grayscale: #4B4B4B. Windows color (decimal): -14197419 or 5594407. OLE color: 5594407.

HSL color Cylindrical-coordinate representation of color #275D55: hue angle of 171.11º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275D55 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 93 85 -
CMYK 0.58 0 0.09 0.64
HSL 171.11º 0.41% 0.26% -
HSV(B) 171.11º 0.58% 0.36% -
XYZ 6.39 8.92 9.98 -
YUV 75.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 39 93 85 0.58 0 0.09 0.64 171.11 0.41 0.26
Hex 27 5D 55 3A 0 9 40 AB 29 1A
Octal 47 135 125 72 0 11 100 253 51 32
Binary 100111 1011101 1010101 111010 0 1001 1000000 10101011 101001 11010

Color Harmonies of #275D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275D55

Black with #275D55

Text Example


Text Example

White with #275D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275D55; }

 p { color: rgb(39,93,85); }

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

background-color css

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

 a { background-color: rgb(39,93,85); }

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

border-color css

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

 span { border-color: rgb(39,93,85); }

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