Html Css Color HEX #207474 Elm

📋 copy color: '#207474'

red 32 ◦ green 116 ◦ blue 116

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

Shades of Elm #207474

Tints of Elm #207474

RGB

 RED value IS 32 (12.89% from 255) = 12.12%

 GREEN value IS 116 (45.7% from 255) = 43.94%

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 12.12%
G = 43.94%
B = 43.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#207474 (or 0x207474) is known color: Elm. HEX triplet: 20, 74 and 74. RGB value is (32,116,116). Sum of RGB (Red+Green+Blue) = 32+116+116=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #207474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207474 is #DF8B8B. Grayscale: #5A5A5A. Windows color (decimal): -14650252 or 7631904. OLE color: 7631904.

HSL color Cylindrical-coordinate representation of color #207474: hue angle of 180º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207474 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 116 116 -
CMYK 0.72 0 0 0.55
HSL 180º 0.57% 0.29% -
HSV(B) 180º 0.72% 0.45% -
XYZ 9.99 14.06 18.71 -
YUV 90.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 32 116 116 0.72 0 0 0.55 180 0.57 0.29
Hex 20 74 74 48 0 0 37 B4 39 1D
Octal 40 164 164 110 0 0 67 264 71 35
Binary 100000 1110100 1110100 1001000 0 0 110111 10110100 111001 11101

Color Harmonies of #207474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207474

Black with #207474

Text Example


Text Example

White with #207474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207474; }

 p { color: rgb(32,116,116); }

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

background-color css

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

 a { background-color: rgb(32,116,116); }

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

border-color css

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

 span { border-color: rgb(32,116,116); }

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