Html Css Color HEX #338473 Genoa

📋 copy color: '#338473'

red 51 ◦ green 132 ◦ blue 115

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

Shades of Genoa #338473

Tints of Genoa #338473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 17.11%
G = 44.3%
B = 38.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#338473 (or 0x338473) is known color: Genoa. HEX triplet: 33, 84 and 73. RGB value is (51,132,115). Sum of RGB (Red+Green+Blue) = 51+132+115=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #338473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338473 is #CC7B8C. Grayscale: #696969. Windows color (decimal): -13400973 or 7570483. OLE color: 7570483.

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

Color convert

RGB 51 132 115 -
CMYK 0.61 0 0.13 0.48
HSL 167.41º 0.44% 0.36% -
HSV(B) 167.41º 0.61% 0.52% -
XYZ 12.71 18.44 19.11 -
YUV 105.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 51 132 115 0.61 0 0.13 0.48 167.41 0.44 0.36
Hex 33 84 73 3D 0 D 30 A7 2C 24
Octal 63 204 163 75 0 15 60 247 54 44
Binary 110011 10000100 1110011 111101 0 1101 110000 10100111 101100 100100

Color Harmonies of #338473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338473

Black with #338473

Text Example


Text Example

White with #338473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338473; }

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

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

background-color css

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

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

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

border-color css

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

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

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