Html Css Color HEX #338571 Genoa

📋 copy color: '#338571'

red 51 ◦ green 133 ◦ blue 113

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

Shades of Genoa #338571

Tints of Genoa #338571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 17.17%
G = 44.78%
B = 38.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#338571 (or 0x338571) is known color: Genoa. HEX triplet: 33, 85 and 71. RGB value is (51,133,113). Sum of RGB (Red+Green+Blue) = 51+133+113=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #338571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338571 is #CC7A8E. Grayscale: #6A6A6A. Windows color (decimal): -13400719 or 7439667. OLE color: 7439667.

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

Color convert

RGB 51 133 113 -
CMYK 0.62 0 0.15 0.48
HSL 165.37º 0.45% 0.36% -
HSV(B) 165.37º 0.62% 0.52% -
XYZ 12.73 18.67 18.56 -
YUV 106.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 51 133 113 0.62 0 0.15 0.48 165.37 0.45 0.36
Hex 33 85 71 3E 0 F 30 A5 2D 24
Octal 63 205 161 76 0 17 60 245 55 44
Binary 110011 10000101 1110001 111110 0 1111 110000 10100101 101101 100100

Color Harmonies of #338571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338571

Black with #338571

Text Example


Text Example

White with #338571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338571; }

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

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

background-color css

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

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

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

border-color css

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

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

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