Html Css Color HEX #338271 Genoa

📋 copy color: '#338271'

red 51 ◦ green 130 ◦ blue 113

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

Shades of Genoa #338271

Tints of Genoa #338271

RGB

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

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

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

R = 17.35%
G = 44.22%
B = 38.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#338271 (or 0x338271) is known color: Genoa. HEX triplet: 33, 82 and 71. RGB value is (51,130,113). Sum of RGB (Red+Green+Blue) = 51+130+113=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #338271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338271 is #CC7D8E. Grayscale: #686868. Windows color (decimal): -13401487 or 7438899. OLE color: 7438899.

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

Color convert

RGB 51 130 113 -
CMYK 0.61 0 0.13 0.49
HSL 167.09º 0.44% 0.35% -
HSV(B) 167.09º 0.61% 0.51% -
XYZ 12.33 17.86 18.42 -
YUV 104.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 51 130 113 0.61 0 0.13 0.49 167.09 0.44 0.35
Hex 33 82 71 3D 0 D 31 A7 2C 23
Octal 63 202 161 75 0 15 61 247 54 43
Binary 110011 10000010 1110001 111101 0 1101 110001 10100111 101100 100011

Color Harmonies of #338271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338271

Black with #338271

Text Example


Text Example

White with #338271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338271; }

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

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

background-color css

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

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

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

border-color css

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

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

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