Html Css Color HEX #27605D Eden

📋 copy color: '#27605D'

red 39 ◦ green 96 ◦ blue 93

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

Shades of Eden #27605D

Tints of Eden #27605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 17.11%
G = 42.11%
B = 40.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#27605D (or 0x27605D) is known color: Eden. HEX triplet: 27, 60 and 5D. RGB value is (39,96,93). Sum of RGB (Red+Green+Blue) = 39+96+93=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #27605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27605D is #D89FA2. Grayscale: #4E4E4E. Windows color (decimal): -14196643 or 6119463. OLE color: 6119463.

HSL color Cylindrical-coordinate representation of color #27605D: hue angle of 176.84º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27605D is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 96 93 -
CMYK 0.59 0 0.03 0.62
HSL 176.84º 0.42% 0.26% -
HSV(B) 176.84º 0.59% 0.38% -
XYZ 7 9.59 11.84 -
YUV 78.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 39 96 93 0.59 0 0.03 0.62 176.84 0.42 0.26
Hex 27 60 5D 3B 0 3 3E B1 2A 1A
Octal 47 140 135 73 0 3 76 261 52 32
Binary 100111 1100000 1011101 111011 0 11 111110 10110001 101010 11010

Color Harmonies of #27605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27605D

Black with #27605D

Text Example


Text Example

White with #27605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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