#38786C

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

Shades of Genoa #38786C

Tints of Genoa #38786C

Color information

#38786C (or 0x38786C) is unknown color: approx Genoa. HEX triplet: 38, 78 and 6C. RGB value is (56,120,108). Sum of RGB (Red+Green+Blue) = 56+120+108=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #38786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38786C is #C78793. Grayscale: #636363. Windows color (decimal): -13076372 or 7108664. OLE color: 7108664.

HSL color Cylindrical-coordinate representation of color #38786C: hue angle of 168.75º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38786C is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB56120108-
CMYK0.5300.100.53
HSL168.75º36.36%34.51%-
HSV(B)168.75º53.33%47.06%-
XYZ11.0515.3616.57-
YUV99.5132.896.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=19.72%
G=42.25%
B=38.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561201080.5300.100.53168.7536.3634.51
Hex38786C350A35a92423
Octal7017015465012652514443
Binary111000111100011011001101010101011010110101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38786C; }

 p { color: rgb(56,120,108); }

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

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

 a { background-color: rgb(56,120,108); }

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

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

 span { border-color: rgb(56,120,108); }

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