Html Css Color HEX #338477 Genoa

📋 copy color: '#338477'

red 51 ◦ green 132 ◦ blue 119

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

Shades of Genoa #338477

Tints of Genoa #338477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 16.89%
G = 43.71%
B = 39.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#338477 (or 0x338477) is known color: Genoa. HEX triplet: 33, 84 and 77. RGB value is (51,132,119). Sum of RGB (Red+Green+Blue) = 51+132+119=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #338477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338477 is #CC7B88. Grayscale: #6A6A6A. Windows color (decimal): -13400969 or 7832627. OLE color: 7832627.

HSL color Cylindrical-coordinate representation of color #338477: hue angle of 170.37º 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 #338477 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 119 -
CMYK 0.61 0 0.10 0.48
HSL 170.37º 0.44% 0.36% -
HSV(B) 170.37º 0.61% 0.52% -
XYZ 12.95 18.54 20.35 -
YUV 106.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 51 132 119 0.61 0 0.10 0.48 170.37 0.44 0.36
Hex 33 84 77 3D 0 A 30 AA 2C 24
Octal 63 204 167 75 0 12 60 252 54 44
Binary 110011 10000100 1110111 111101 0 1010 110000 10101010 101100 100100

Color Harmonies of #338477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338477

Black with #338477

Text Example


Text Example

White with #338477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338477; }

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

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

background-color css

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

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

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

border-color css

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

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

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