Html Css Color HEX #338776 Genoa

📋 copy color: '#338776'

red 51 ◦ green 135 ◦ blue 118

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

Shades of Genoa #338776

Tints of Genoa #338776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

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

R = 16.78%
G = 44.41%
B = 38.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#338776 (or 0x338776) is known color: Genoa. HEX triplet: 33, 87 and 76. RGB value is (51,135,118). Sum of RGB (Red+Green+Blue) = 51+135+118=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #338776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338776 is #CC7889. Grayscale: #6B6B6B. Windows color (decimal): -13400202 or 7767859. OLE color: 7767859.

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

Color convert

RGB 51 135 118 -
CMYK 0.62 0 0.13 0.47
HSL 167.86º 0.45% 0.36% -
HSV(B) 167.86º 0.62% 0.53% -
XYZ 13.3 19.34 20.17 -
YUV 107.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 51 135 118 0.62 0 0.13 0.47 167.86 0.45 0.36
Hex 33 87 76 3E 0 D 2F A8 2D 24
Octal 63 207 166 76 0 15 57 250 55 44
Binary 110011 10000111 1110110 111110 0 1101 101111 10101000 101101 100100

Color Harmonies of #338776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338776

Black with #338776

Text Example


Text Example

White with #338776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338776; }

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

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

background-color css

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

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

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

border-color css

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

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

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