Html Css Color HEX #277372 Elm

📋 copy color: '#277372'

red 39 ◦ green 115 ◦ blue 114

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

Shades of Elm #277372

Tints of Elm #277372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.91%

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 14.55%
G = 42.91%
B = 42.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#277372 (or 0x277372) is known color: Elm. HEX triplet: 27, 73 and 72. RGB value is (39,115,114). Sum of RGB (Red+Green+Blue) = 39+115+114=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #277372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277372 is #D88C8D. Grayscale: #5C5C5C. Windows color (decimal): -14191758 or 7500583. OLE color: 7500583.

HSL color Cylindrical-coordinate representation of color #277372: hue angle of 179.21º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277372 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 115 114 -
CMYK 0.66 0 0.01 0.55
HSL 179.21º 0.49% 0.3% -
HSV(B) 179.21º 0.66% 0.45% -
XYZ 10 13.91 18.08 -
YUV 92.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 39 115 114 0.66 0 0.01 0.55 179.21 0.49 0.3
Hex 27 73 72 42 0 1 37 B3 31 1E
Octal 47 163 162 102 0 1 67 263 61 36
Binary 100111 1110011 1110010 1000010 0 1 110111 10110011 110001 11110

Color Harmonies of #277372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277372

Black with #277372

Text Example


Text Example

White with #277372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277372; }

 p { color: rgb(39,115,114); }

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

background-color css

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

 a { background-color: rgb(39,115,114); }

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

border-color css

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

 span { border-color: rgb(39,115,114); }

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