#38847A

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

Shades of Genoa #38847A

Tints of Genoa #38847A

Color information

#38847A (or 0x38847A) is unknown color: approx Genoa. HEX triplet: 38, 84 and 7A. RGB value is (56,132,122). Sum of RGB (Red+Green+Blue) = 56+132+122=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #38847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38847A is #C77B85. Grayscale: #6C6C6C. Windows color (decimal): -13073286 or 8029240. OLE color: 8029240.

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

Color convert

RGB56132122-
CMYK0.5800.080.48
HSL172.11º40.43%36.86%-
HSV(B)172.11º57.58%51.76%-
XYZ13.418.7521.33-
YUV108.14135.8290.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=18.06%
G=42.58%
B=39.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561321220.5800.080.48172.1140.4336.86
Hex38847A3A0830ac2825
Octal7020417272010602545045
Binary1110001000010011110101110100100011000010101100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38847A; }

 p { color: rgb(56,132,122); }

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

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

 a { background-color: rgb(56,132,122); }

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

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

 span { border-color: rgb(56,132,122); }

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