Html Css Color HEX #398075 Genoa

📋 copy color: '#398075'

red 57 ◦ green 128 ◦ blue 117

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

Shades of Genoa #398075

Tints of Genoa #398075

RGB

 RED value IS 57 (22.66% from 255) = 18.87%

 GREEN value IS 128 (50.39% from 255) = 42.38%

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

R = 18.87%
G = 42.38%
B = 38.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#398075 (or 0x398075) is known color: Genoa. HEX triplet: 39, 80 and 75. RGB value is (57,128,117). Sum of RGB (Red+Green+Blue) = 57+128+117=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #398075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398075 is #C67F8A. Grayscale: #696969. Windows color (decimal): -13008779 or 7700537. OLE color: 7700537.

HSL color Cylindrical-coordinate representation of color #398075: hue angle of 170.7º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398075 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 117 -
CMYK 0.55 0 0.09 0.50
HSL 170.7º 0.38% 0.36% -
HSV(B) 170.7º 0.55% 0.5% -
XYZ 12.62 17.59 19.56 -
YUV 105.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 57 128 117 0.55 0 0.09 0.50 170.7 0.38 0.36
Hex 39 80 75 37 0 9 32 AB 26 24
Octal 71 200 165 67 0 11 62 253 46 44
Binary 111001 10000000 1110101 110111 0 1001 110010 10101011 100110 100100

Color Harmonies of #398075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398075

Black with #398075

Text Example


Text Example

White with #398075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398075; }

 p { color: rgb(57,128,117); }

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

background-color css

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

 a { background-color: rgb(57,128,117); }

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

border-color css

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

 span { border-color: rgb(57,128,117); }

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