Html Css Color HEX #328273 Genoa

📋 copy color: '#328273'

red 50 ◦ green 130 ◦ blue 115

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

Shades of Genoa #328273

Tints of Genoa #328273

RGB

 RED value IS 50 (19.92% from 255) = 16.95%

 GREEN value IS 130 (51.17% from 255) = 44.07%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 16.95%
G = 44.07%
B = 38.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#328273 (or 0x328273) is known color: Genoa. HEX triplet: 32, 82 and 73. RGB value is (50,130,115). Sum of RGB (Red+Green+Blue) = 50+130+115=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #328273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328273 is #CD7D8C. Grayscale: #686868. Windows color (decimal): -13467021 or 7569970. OLE color: 7569970.

HSL color Cylindrical-coordinate representation of color #328273: hue angle of 168.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328273 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 115 -
CMYK 0.62 0 0.12 0.49
HSL 168.75º 0.44% 0.35% -
HSV(B) 168.75º 0.62% 0.51% -
XYZ 12.39 17.88 19.02 -
YUV 104.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 50 130 115 0.62 0 0.12 0.49 168.75 0.44 0.35
Hex 32 82 73 3E 0 C 31 A9 2C 23
Octal 62 202 163 76 0 14 61 251 54 43
Binary 110010 10000010 1110011 111110 0 1100 110001 10101001 101100 100011

Color Harmonies of #328273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328273

Black with #328273

Text Example


Text Example

White with #328273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328273; }

 p { color: rgb(50,130,115); }

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

background-color css

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

 a { background-color: rgb(50,130,115); }

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

border-color css

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

 span { border-color: rgb(50,130,115); }

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