Html Css Color HEX #338475 Genoa

📋 copy color: '#338475'

red 51 ◦ green 132 ◦ blue 117

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

Shades of Genoa #338475

Tints of Genoa #338475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 17%
G = 44%
B = 39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#338475 (or 0x338475) is known color: Genoa. HEX triplet: 33, 84 and 75. RGB value is (51,132,117). Sum of RGB (Red+Green+Blue) = 51+132+117=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #338475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338475 is #CC7B8A. Grayscale: #6A6A6A. Windows color (decimal): -13400971 or 7701555. OLE color: 7701555.

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

Color convert

RGB 51 132 117 -
CMYK 0.61 0 0.11 0.48
HSL 168.89º 0.44% 0.36% -
HSV(B) 168.89º 0.61% 0.52% -
XYZ 12.83 18.49 19.72 -
YUV 106.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 51 132 117 0.61 0 0.11 0.48 168.89 0.44 0.36
Hex 33 84 75 3D 0 B 30 A9 2C 24
Octal 63 204 165 75 0 13 60 251 54 44
Binary 110011 10000100 1110101 111101 0 1011 110000 10101001 101100 100100

Color Harmonies of #338475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338475

Black with #338475

Text Example


Text Example

White with #338475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338475; }

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

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

background-color css

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

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

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

border-color css

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

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

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