Html Css Color HEX #207369 Elm

📋 copy color: '#207369'

red 32 ◦ green 115 ◦ blue 105

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

Shades of Elm #207369

Tints of Elm #207369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 12.7%
G = 45.63%
B = 41.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#207369 (or 0x207369) is known color: Elm. HEX triplet: 20, 73 and 69. RGB value is (32,115,105). Sum of RGB (Red+Green+Blue) = 32+115+105=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #207369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207369 is #DF8C96. Grayscale: #585858. Windows color (decimal): -14650519 or 6910752. OLE color: 6910752.

HSL color Cylindrical-coordinate representation of color #207369: hue angle of 172.77º degrees, saturation: 0.56, 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 #207369 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 115 105 -
CMYK 0.72 0 0.09 0.55
HSL 172.77º 0.56% 0.29% -
HSV(B) 172.77º 0.72% 0.45% -
XYZ 9.28 13.59 15.5 -
YUV 89.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 32 115 105 0.72 0 0.09 0.55 172.77 0.56 0.29
Hex 20 73 69 48 0 9 37 AD 38 1D
Octal 40 163 151 110 0 11 67 255 70 35
Binary 100000 1110011 1101001 1001000 0 1001 110111 10101101 111000 11101

Color Harmonies of #207369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207369

Black with #207369

Text Example


Text Example

White with #207369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207369; }

 p { color: rgb(32,115,105); }

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

background-color css

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

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

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

border-color css

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

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

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