#38877A

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

Shades of Genoa #38877A

Tints of Genoa #38877A

Color information

#38877A (or 0x38877A) is unknown color: approx Genoa. HEX triplet: 38, 87 and 7A. RGB value is (56,135,122). Sum of RGB (Red+Green+Blue) = 56+135+122=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #38877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38877A is #C77885. Grayscale: #6D6D6D. Windows color (decimal): -13072518 or 8030008. OLE color: 8030008.

HSL color Cylindrical-coordinate representation of color #38877A: hue angle of 170.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38877A is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB56135122-
CMYK0.5900.100.47
HSL170.13º41.36%37.45%-
HSV(B)170.13º58.52%52.94%-
XYZ13.8119.5721.46-
YUV109.9134.8389.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=17.89%
G=43.13%
B=38.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561351220.5900.100.47170.1341.3637.45
Hex38877A3B0A2Faa2925
Octal7020717273012572525145
Binary1110001000011111110101110110101010111110101010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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