Html Css Color HEX #32826F Genoa

📋 copy color: '#32826F'

red 50 ◦ green 130 ◦ blue 111

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

Shades of Genoa #32826F

Tints of Genoa #32826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 17.18%
G = 44.67%
B = 38.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#32826F (or 0x32826F) is known color: Genoa. HEX triplet: 32, 82 and 6F. RGB value is (50,130,111). Sum of RGB (Red+Green+Blue) = 50+130+111=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #32826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32826F is #CD7D90. Grayscale: #676767. Windows color (decimal): -13467025 or 7307826. OLE color: 7307826.

HSL color Cylindrical-coordinate representation of color #32826F: hue angle of 165.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 #32826F is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 111 -
CMYK 0.62 0 0.15 0.49
HSL 165.75º 0.44% 0.35% -
HSV(B) 165.75º 0.62% 0.51% -
XYZ 12.17 17.79 17.83 -
YUV 103.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 50 130 111 0.62 0 0.15 0.49 165.75 0.44 0.35
Hex 32 82 6F 3E 0 F 31 A6 2C 23
Octal 62 202 157 76 0 17 61 246 54 43
Binary 110010 10000010 1101111 111110 0 1111 110001 10100110 101100 100011

Color Harmonies of #32826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32826F

Black with #32826F

Text Example


Text Example

White with #32826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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