Html Css Color HEX #398278 Genoa

📋 copy color: '#398278'

red 57 ◦ green 130 ◦ blue 120

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

Shades of Genoa #398278

Tints of Genoa #398278

RGB

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

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

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

R = 18.57%
G = 42.35%
B = 39.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#398278 (or 0x398278) is known color: Genoa. HEX triplet: 39, 82 and 78. RGB value is (57,130,120). Sum of RGB (Red+Green+Blue) = 57+130+120=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #398278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398278 is #C67D87. Grayscale: #6B6B6B. Windows color (decimal): -13008264 or 7897657. OLE color: 7897657.

HSL color Cylindrical-coordinate representation of color #398278: hue angle of 171.78º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398278 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 120 -
CMYK 0.56 0 0.08 0.49
HSL 171.78º 0.39% 0.37% -
HSV(B) 171.78º 0.56% 0.51% -
XYZ 13.06 18.19 20.59 -
YUV 107.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 57 130 120 0.56 0 0.08 0.49 171.78 0.39 0.37
Hex 39 82 78 38 0 8 31 AC 27 25
Octal 71 202 170 70 0 10 61 254 47 45
Binary 111001 10000010 1111000 111000 0 1000 110001 10101100 100111 100101

Color Harmonies of #398278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398278

Black with #398278

Text Example


Text Example

White with #398278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398278; }

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

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

background-color css

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

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

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

border-color css

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

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

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