Html Css Color HEX #217469 Genoa

📋 copy color: '#217469'

red 33 ◦ green 116 ◦ blue 105

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

Shades of Genoa #217469

Tints of Genoa #217469

RGB

 RED value IS 33 (13.28% from 255) = 12.99%

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

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

R = 12.99%
G = 45.67%
B = 41.34%

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

#217469 (or 0x217469) is known color: Genoa. HEX triplet: 21, 74 and 69. RGB value is (33,116,105). Sum of RGB (Red+Green+Blue) = 33+116+105=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #217469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217469 is #DE8B96. Grayscale: #595959. Windows color (decimal): -14584727 or 6911009. OLE color: 6911009.

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

Color convert

RGB 33 116 105 -
CMYK 0.72 0 0.09 0.55
HSL 172.05º 0.56% 0.29% -
HSV(B) 172.05º 0.72% 0.45% -
XYZ 9.42 13.83 15.54 -
YUV 89.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 33 116 105 0.72 0 0.09 0.55 172.05 0.56 0.29
Hex 21 74 69 48 0 9 37 AC 38 1D
Octal 41 164 151 110 0 11 67 254 70 35
Binary 100001 1110100 1101001 1001000 0 1001 110111 10101100 111000 11101

Color Harmonies of #217469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217469

Black with #217469

Text Example


Text Example

White with #217469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217469; }

 p { color: rgb(33,116,105); }

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

background-color css

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

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

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

border-color css

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

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

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