Html Css Color HEX #278575 Elm

📋 copy color: '#278575'

red 39 ◦ green 133 ◦ blue 117

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

Shades of Elm #278575

Tints of Elm #278575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 13.49%
G = 46.02%
B = 40.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#278575 (or 0x278575) is known color: Elm. HEX triplet: 27, 85 and 75. RGB value is (39,133,117). Sum of RGB (Red+Green+Blue) = 39+133+117=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #278575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278575 is #D87A8A. Grayscale: #676767. Windows color (decimal): -14187147 or 7701799. OLE color: 7701799.

HSL color Cylindrical-coordinate representation of color #278575: hue angle of 169.79º 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 #278575 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 133 117 -
CMYK 0.71 0 0.12 0.48
HSL 169.79º 0.55% 0.34% -
HSV(B) 169.79º 0.71% 0.52% -
XYZ 12.44 18.49 19.74 -
YUV 103.07 135.86 82.3 -
System Red Green Blue C M Y K H S L
Decimal 39 133 117 0.71 0 0.12 0.48 169.79 0.55 0.34
Hex 27 85 75 47 0 C 30 AA 37 22
Octal 47 205 165 107 0 14 60 252 67 42
Binary 100111 10000101 1110101 1000111 0 1100 110000 10101010 110111 100010

Color Harmonies of #278575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278575

Black with #278575

Text Example


Text Example

White with #278575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278575; }

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

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

background-color css

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

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

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

border-color css

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

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

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