Html Css Color HEX #398477 Genoa

📋 copy color: '#398477'

red 57 ◦ green 132 ◦ blue 119

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

Shades of Genoa #398477

Tints of Genoa #398477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 18.51%
G = 42.86%
B = 38.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#398477 (or 0x398477) is known color: Genoa. HEX triplet: 39, 84 and 77. RGB value is (57,132,119). Sum of RGB (Red+Green+Blue) = 57+132+119=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #398477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398477 is #C67B88. Grayscale: #6C6C6C. Windows color (decimal): -13007753 or 7832633. OLE color: 7832633.

HSL color Cylindrical-coordinate representation of color #398477: hue angle of 169.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398477 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 119 -
CMYK 0.57 0 0.10 0.48
HSL 169.6º 0.4% 0.37% -
HSV(B) 169.6º 0.57% 0.52% -
XYZ 13.27 18.7 20.36 -
YUV 108.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 57 132 119 0.57 0 0.10 0.48 169.6 0.4 0.37
Hex 39 84 77 39 0 A 30 AA 28 25
Octal 71 204 167 71 0 12 60 252 50 45
Binary 111001 10000100 1110111 111001 0 1010 110000 10101010 101000 100101

Color Harmonies of #398477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398477

Black with #398477

Text Example


Text Example

White with #398477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398477; }

 p { color: rgb(57,132,119); }

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

background-color css

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

 a { background-color: rgb(57,132,119); }

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

border-color css

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

 span { border-color: rgb(57,132,119); }

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