Html Css Color HEX #27705A Eden

📋 copy color: '#27705A'

red 39 ◦ green 112 ◦ blue 90

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

Shades of Eden #27705A

Tints of Eden #27705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 16.18%
G = 46.47%
B = 37.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#27705A (or 0x27705A) is known color: Eden. HEX triplet: 27, 70 and 5A. RGB value is (39,112,90). Sum of RGB (Red+Green+Blue) = 39+112+90=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #27705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27705A is #D88FA5. Grayscale: #575757. Windows color (decimal): -14192550 or 5926951. OLE color: 5926951.

HSL color Cylindrical-coordinate representation of color #27705A: hue angle of 161.92º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27705A is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 90 -
CMYK 0.65 0 0.20 0.56
HSL 161.92º 0.48% 0.3% -
HSV(B) 161.92º 0.65% 0.44% -
XYZ 8.48 12.76 11.69 -
YUV 87.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 39 112 90 0.65 0 0.20 0.56 161.92 0.48 0.3
Hex 27 70 5A 41 0 14 38 A2 30 1E
Octal 47 160 132 101 0 24 70 242 60 36
Binary 100111 1110000 1011010 1000001 0 10100 111000 10100010 110000 11110

Color Harmonies of #27705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27705A

Black with #27705A

Text Example


Text Example

White with #27705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27705A; }

 p { color: rgb(39,112,90); }

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

background-color css

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

 a { background-color: rgb(39,112,90); }

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

border-color css

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

 span { border-color: rgb(39,112,90); }

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