Html Css Color HEX #338377 Genoa

📋 copy color: '#338377'

red 51 ◦ green 131 ◦ blue 119

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

Shades of Genoa #338377

Tints of Genoa #338377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

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

R = 16.94%
G = 43.52%
B = 39.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#338377 (or 0x338377) is known color: Genoa. HEX triplet: 33, 83 and 77. RGB value is (51,131,119). Sum of RGB (Red+Green+Blue) = 51+131+119=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #338377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338377 is #CC7C88. Grayscale: #696969. Windows color (decimal): -13401225 or 7832371. OLE color: 7832371.

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

Color convert

RGB 51 131 119 -
CMYK 0.61 0 0.09 0.49
HSL 171º 0.44% 0.36% -
HSV(B) 171º 0.61% 0.51% -
XYZ 12.81 18.27 20.3 -
YUV 105.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 51 131 119 0.61 0 0.09 0.49 171 0.44 0.36
Hex 33 83 77 3D 0 9 31 AB 2C 24
Octal 63 203 167 75 0 11 61 253 54 44
Binary 110011 10000011 1110111 111101 0 1001 110001 10101011 101100 100100

Color Harmonies of #338377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338377

Black with #338377

Text Example


Text Example

White with #338377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338377; }

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

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

background-color css

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

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

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

border-color css

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

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

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