Html Css Color HEX #338176 Genoa

📋 copy color: '#338176'

red 51 ◦ green 129 ◦ blue 118

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

Shades of Genoa #338176

Tints of Genoa #338176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 17.11%
G = 43.29%
B = 39.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#338176 (or 0x338176) is known color: Genoa. HEX triplet: 33, 81 and 76. RGB value is (51,129,118). Sum of RGB (Red+Green+Blue) = 51+129+118=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #338176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338176 is #CC7E89. Grayscale: #686868. Windows color (decimal): -13401738 or 7766323. OLE color: 7766323.

HSL color Cylindrical-coordinate representation of color #338176: hue angle of 171.54º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338176 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 118 -
CMYK 0.60 0 0.09 0.49
HSL 171.54º 0.43% 0.35% -
HSV(B) 171.54º 0.6% 0.51% -
XYZ 12.49 17.71 19.9 -
YUV 104.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 51 129 118 0.60 0 0.09 0.49 171.54 0.43 0.35
Hex 33 81 76 3C 0 9 31 AC 2B 23
Octal 63 201 166 74 0 11 61 254 53 43
Binary 110011 10000001 1110110 111100 0 1001 110001 10101100 101011 100011

Color Harmonies of #338176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338176

Black with #338176

Text Example


Text Example

White with #338176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338176; }

 p { color: rgb(51,129,118); }

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

background-color css

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

 a { background-color: rgb(51,129,118); }

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

border-color css

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

 span { border-color: rgb(51,129,118); }

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