#38756A

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

Shades of Genoa #38756A

Tints of Genoa #38756A

Color information

#38756A (or 0x38756A) is unknown color: approx Genoa. HEX triplet: 38, 75 and 6A. RGB value is (56,117,106). Sum of RGB (Red+Green+Blue) = 56+117+106=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #38756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38756A is #C78A95. Grayscale: #616161. Windows color (decimal): -13077142 or 6976824. OLE color: 6976824.

HSL color Cylindrical-coordinate representation of color #38756A: hue angle of 169.18º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38756A is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB56117106-
CMYK0.5200.090.54
HSL169.18º35.26%33.92%-
HSV(B)169.18º52.14%45.88%-
XYZ10.5914.615.9-
YUV97.51132.7998.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=20.07%
G=41.94%
B=37.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561171060.5200.090.54169.1835.2633.92
Hex38756A340936a92322
Octal7016515264011662514342
Binary111000111010111010101101000100111011010101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,117,106); }

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

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

 a { background-color: rgb(56,117,106); }

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

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

 span { border-color: rgb(56,117,106); }

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