Html Css Color HEX #27857C Elm

📋 copy color: '#27857C'

red 39 ◦ green 133 ◦ blue 124

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

Shades of Elm #27857C

Tints of Elm #27857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 13.18%
G = 44.93%
B = 41.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#27857C (or 0x27857C) is known color: Elm. HEX triplet: 27, 85 and 7C. RGB value is (39,133,124). Sum of RGB (Red+Green+Blue) = 39+133+124=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #27857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27857C is #D87A83. Grayscale: #676767. Windows color (decimal): -14187140 or 8160551. OLE color: 8160551.

HSL color Cylindrical-coordinate representation of color #27857C: hue angle of 174.26º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27857C is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 133 124 -
CMYK 0.71 0 0.07 0.48
HSL 174.26º 0.55% 0.34% -
HSV(B) 174.26º 0.71% 0.52% -
XYZ 12.86 18.66 21.99 -
YUV 103.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 39 133 124 0.71 0 0.07 0.48 174.26 0.55 0.34
Hex 27 85 7C 47 0 7 30 AE 37 22
Octal 47 205 174 107 0 7 60 256 67 42
Binary 100111 10000101 1111100 1000111 0 111 110000 10101110 110111 100010

Color Harmonies of #27857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27857C

Black with #27857C

Text Example


Text Example

White with #27857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27857C; }

 p { color: rgb(39,133,124); }

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

background-color css

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

 a { background-color: rgb(39,133,124); }

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

border-color css

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

 span { border-color: rgb(39,133,124); }

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