Html Css Color HEX #338275 Genoa

📋 copy color: '#338275'

red 51 ◦ green 130 ◦ blue 117

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

Shades of Genoa #338275

Tints of Genoa #338275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

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

R = 17.11%
G = 43.62%
B = 39.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#338275 (or 0x338275) is known color: Genoa. HEX triplet: 33, 82 and 75. RGB value is (51,130,117). Sum of RGB (Red+Green+Blue) = 51+130+117=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #338275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338275 is #CC7D8A. Grayscale: #686868. Windows color (decimal): -13401483 or 7701043. OLE color: 7701043.

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

Color convert

RGB 51 130 117 -
CMYK 0.61 0 0.1 0.49
HSL 170.13º 0.44% 0.35% -
HSV(B) 170.13º 0.61% 0.51% -
XYZ 12.56 17.95 19.63 -
YUV 104.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 51 130 117 0.61 0 0.1 0.49 170.13 0.44 0.35
Hex 33 82 75 3D 0 A 31 AA 2C 23
Octal 63 202 165 75 0 12 61 252 54 43
Binary 110011 10000010 1110101 111101 0 1010 110001 10101010 101100 100011

Color Harmonies of #338275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338275

Black with #338275

Text Example


Text Example

White with #338275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338275; }

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

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

background-color css

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

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

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

border-color css

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

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

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