#38736A

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

Shades of Genoa #38736A

Tints of Genoa #38736A

Color information

#38736A (or 0x38736A) is unknown color: approx Genoa. HEX triplet: 38, 73 and 6A. RGB value is (56,115,106). Sum of RGB (Red+Green+Blue) = 56+115+106=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #38736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38736A is #C78C95. Grayscale: #606060. Windows color (decimal): -13077654 or 6976312. OLE color: 6976312.

HSL color Cylindrical-coordinate representation of color #38736A: hue angle of 170.85º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38736A is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB56115106-
CMYK0.5100.080.55
HSL170.85º34.5%33.53%-
HSV(B)170.85º51.3%45.1%-
XYZ10.3614.1415.82-
YUV96.33133.4599.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=20.22%
G=41.52%
B=38.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561151060.5100.080.55170.8534.533.53
Hex38736A330837ab2322
Octal7016315263010672534342
Binary111000111001111010101100110100011011110101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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