Html Css Color HEX #338471 Genoa

📋 copy color: '#338471'

red 51 ◦ green 132 ◦ blue 113

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

Shades of Genoa #338471

Tints of Genoa #338471

RGB

 RED value IS 51 (20.31% from 255) = 17.23%

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 17.23%
G = 44.59%
B = 38.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#338471 (or 0x338471) is known color: Genoa. HEX triplet: 33, 84 and 71. RGB value is (51,132,113). Sum of RGB (Red+Green+Blue) = 51+132+113=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #338471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338471 is #CC7B8E. Grayscale: #696969. Windows color (decimal): -13400975 or 7439411. OLE color: 7439411.

HSL color Cylindrical-coordinate representation of color #338471: hue angle of 165.93º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338471 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 113 -
CMYK 0.61 0 0.14 0.48
HSL 165.93º 0.44% 0.36% -
HSV(B) 165.93º 0.61% 0.52% -
XYZ 12.6 18.4 18.51 -
YUV 105.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 51 132 113 0.61 0 0.14 0.48 165.93 0.44 0.36
Hex 33 84 71 3D 0 E 30 A6 2C 24
Octal 63 204 161 75 0 16 60 246 54 44
Binary 110011 10000100 1110001 111101 0 1110 110000 10100110 101100 100100

Color Harmonies of #338471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338471

Black with #338471

Text Example


Text Example

White with #338471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338471; }

 p { color: rgb(51,132,113); }

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

background-color css

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

 a { background-color: rgb(51,132,113); }

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

border-color css

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

 span { border-color: rgb(51,132,113); }

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