Html Css Color HEX #398275 Genoa

📋 copy color: '#398275'

red 57 ◦ green 130 ◦ blue 117

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

Shades of Genoa #398275

Tints of Genoa #398275

RGB

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

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

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

R = 18.75%
G = 42.76%
B = 38.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#398275 (or 0x398275) is known color: Genoa. HEX triplet: 39, 82 and 75. RGB value is (57,130,117). Sum of RGB (Red+Green+Blue) = 57+130+117=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #398275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398275 is #C67D8A. Grayscale: #6A6A6A. Windows color (decimal): -13008267 or 7701049. OLE color: 7701049.

HSL color Cylindrical-coordinate representation of color #398275: hue angle of 169.32º 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 #398275 is Cyan = 0.56, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 117 -
CMYK 0.56 0 0.1 0.49
HSL 169.32º 0.39% 0.37% -
HSV(B) 169.32º 0.56% 0.51% -
XYZ 12.88 18.12 19.65 -
YUV 106.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 57 130 117 0.56 0 0.1 0.49 169.32 0.39 0.37
Hex 39 82 75 38 0 A 31 A9 27 25
Octal 71 202 165 70 0 12 61 251 47 45
Binary 111001 10000010 1110101 111000 0 1010 110001 10101001 100111 100101

Color Harmonies of #398275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398275

Black with #398275

Text Example


Text Example

White with #398275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398275; }

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

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

background-color css

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

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

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

border-color css

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

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

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