Html Css Color HEX #398078 Genoa

📋 copy color: '#398078'

red 57 ◦ green 128 ◦ blue 120

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

Shades of Genoa #398078

Tints of Genoa #398078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 18.69%
G = 41.97%
B = 39.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#398078 (or 0x398078) is known color: Genoa. HEX triplet: 39, 80 and 78. RGB value is (57,128,120). Sum of RGB (Red+Green+Blue) = 57+128+120=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #398078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398078 is #C67F87. Grayscale: #696969. Windows color (decimal): -13008776 or 7897145. OLE color: 7897145.

HSL color Cylindrical-coordinate representation of color #398078: hue angle of 173.24º 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 #398078 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 120 -
CMYK 0.55 0 0.06 0.50
HSL 173.24º 0.38% 0.36% -
HSV(B) 173.24º 0.55% 0.5% -
XYZ 12.8 17.66 20.5 -
YUV 105.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 57 128 120 0.55 0 0.06 0.50 173.24 0.38 0.36
Hex 39 80 78 37 0 6 32 AD 26 24
Octal 71 200 170 67 0 6 62 255 46 44
Binary 111001 10000000 1111000 110111 0 110 110010 10101101 100110 100100

Color Harmonies of #398078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398078

Black with #398078

Text Example


Text Example

White with #398078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398078; }

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

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

background-color css

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

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

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

border-color css

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

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

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