Html Css Color HEX #275955 Eden

📋 copy color: '#275955'

red 39 ◦ green 89 ◦ blue 85

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

Shades of Eden #275955

Tints of Eden #275955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

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

R = 18.31%
G = 41.78%
B = 39.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#275955 (or 0x275955) is known color: Eden. HEX triplet: 27, 59 and 55. RGB value is (39,89,85). Sum of RGB (Red+Green+Blue) = 39+89+85=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #275955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275955 is #D8A6AA. Grayscale: #494949. Windows color (decimal): -14198443 or 5593383. OLE color: 5593383.

HSL color Cylindrical-coordinate representation of color #275955: hue angle of 175.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275955 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 89 85 -
CMYK 0.56 0 0.04 0.65
HSL 175.2º 0.39% 0.25% -
HSV(B) 175.2º 0.56% 0.35% -
XYZ 6.05 8.23 9.86 -
YUV 73.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 39 89 85 0.56 0 0.04 0.65 175.2 0.39 0.25
Hex 27 59 55 38 0 4 41 AF 27 19
Octal 47 131 125 70 0 4 101 257 47 31
Binary 100111 1011001 1010101 111000 0 100 1000001 10101111 100111 11001

Color Harmonies of #275955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275955

Black with #275955

Text Example


Text Example

White with #275955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275955; }

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

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

background-color css

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

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

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

border-color css

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

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

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