#398375

Color #398375 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #398375

Tints of Genoa #398375

Color information

#398375 (or 0x398375) is unknown color: approx Genoa. HEX triplet: 39, 83 and 75. RGB value is (57,131,117). Sum of RGB (Red+Green+Blue) = 57+131+117=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #398375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398375 is #C67C8A. Grayscale: #6B6B6B. Windows color (decimal): -13008011 or 7701305. OLE color: 7701305.

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

Color convert

RGB57131117-
CMYK0.5600.110.49
HSL168.65º39.36%36.86%-
HSV(B)168.65º56.49%51.37%-
XYZ13.0118.3919.69-
YUV107.28133.4892.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=18.69%
G=42.95%
B=38.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571311170.5600.110.49168.6539.3636.86
Hex398375380B31a92725
Octal7120316570013612514745
Binary1110011000001111101011110000101111000110101001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398375; }

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

 H1.HeaderClassName
 {
   color: #398375;
 }
 .AnyTagClassName
 {
   color: #398375;
 }
</style>
background-color css

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

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

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

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

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

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