Html Css Color HEX #398073 Genoa

📋 copy color: '#398073'

red 57 ◦ green 128 ◦ blue 115

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

Shades of Genoa #398073

Tints of Genoa #398073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 19%
G = 42.67%
B = 38.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#398073 (or 0x398073) is known color: Genoa. HEX triplet: 39, 80 and 73. RGB value is (57,128,115). Sum of RGB (Red+Green+Blue) = 57+128+115=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #398073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398073 is #C67F8C. Grayscale: #696969. Windows color (decimal): -13008781 or 7569465. OLE color: 7569465.

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

Color convert

RGB 57 128 115 -
CMYK 0.55 0 0.10 0.50
HSL 169.01º 0.38% 0.36% -
HSV(B) 169.01º 0.55% 0.5% -
XYZ 12.5 17.55 18.95 -
YUV 105.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 57 128 115 0.55 0 0.10 0.50 169.01 0.38 0.36
Hex 39 80 73 37 0 A 32 A9 26 24
Octal 71 200 163 67 0 12 62 251 46 44
Binary 111001 10000000 1110011 110111 0 1010 110010 10101001 100110 100100

Color Harmonies of #398073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398073

Black with #398073

Text Example


Text Example

White with #398073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398073; }

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

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

background-color css

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

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

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

border-color css

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

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

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