Html Css Color HEX #338376 Genoa

📋 copy color: '#338376'

red 51 ◦ green 131 ◦ blue 118

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

Shades of Genoa #338376

Tints of Genoa #338376

RGB

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

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

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

R = 17%
G = 43.67%
B = 39.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#338376 (or 0x338376) is known color: Genoa. HEX triplet: 33, 83 and 76. RGB value is (51,131,118). Sum of RGB (Red+Green+Blue) = 51+131+118=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #338376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338376 is #CC7C89. Grayscale: #696969. Windows color (decimal): -13401226 or 7766835. OLE color: 7766835.

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

Color convert

RGB 51 131 118 -
CMYK 0.61 0 0.10 0.49
HSL 170.25º 0.44% 0.36% -
HSV(B) 170.25º 0.61% 0.51% -
XYZ 12.75 18.24 19.99 -
YUV 105.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 51 131 118 0.61 0 0.10 0.49 170.25 0.44 0.36
Hex 33 83 76 3D 0 A 31 AA 2C 24
Octal 63 203 166 75 0 12 61 252 54 44
Binary 110011 10000011 1110110 111101 0 1010 110001 10101010 101100 100100

Color Harmonies of #338376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338376

Black with #338376

Text Example


Text Example

White with #338376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338376; }

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

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

background-color css

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

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

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

border-color css

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

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

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