Html Css Color HEX #3A786C Genoa

📋 copy color: '#3A786C'

red 58 ◦ green 120 ◦ blue 108

#3A786C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #3A786C

Tints of Genoa #3A786C

RGB

 RED value IS 58 (23.05% from 255) = 20.28%

 GREEN value IS 120 (47.27% from 255) = 41.96%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 20.28%
G = 41.96%
B = 37.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#3A786C (or 0x3A786C) is known color: Genoa. HEX triplet: 3A, 78 and 6C. RGB value is (58,120,108). Sum of RGB (Red+Green+Blue) = 58+120+108=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #3A786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A786C is #C58793. Grayscale: #646464. Windows color (decimal): -12945300 or 7108666. OLE color: 7108666.

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

Color convert

RGB 58 120 108 -
CMYK 0.52 0 0.10 0.53
HSL 168.39º 0.35% 0.35% -
HSV(B) 168.39º 0.52% 0.47% -
XYZ 11.17 15.42 16.57 -
YUV 100.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 58 120 108 0.52 0 0.10 0.53 168.39 0.35 0.35
Hex 3A 78 6C 34 0 A 35 A8 23 23
Octal 72 170 154 64 0 12 65 250 43 43
Binary 111010 1111000 1101100 110100 0 1010 110101 10101000 100011 100011

Color Harmonies of #3A786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A786C

Black with #3A786C

Text Example


Text Example

White with #3A786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A786C; }

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

 H1.HeaderClassName
 {
   color: #3A786C;
 }
 .AnyTagClassName
 {
   color: #3A786C;
 }
</style>

background-color css

<style>
 a { background-color: #3A786C; }

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

 div.DivClassName
 {
   background-color: #3A786C;
 }
 .BgClassName
 {
   background-color: #3A786C;
 }
</style>

border-color css

<style>
 span { border-color: #3A786C; }

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

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