Html Css Color HEX #3A716C Genoa

📋 copy color: '#3A716C'

red 58 ◦ green 113 ◦ blue 108

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

Shades of Genoa #3A716C

Tints of Genoa #3A716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.5%

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

R = 20.79%
G = 40.5%
B = 38.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#3A716C (or 0x3A716C) is known color: Genoa. HEX triplet: 3A, 71 and 6C. RGB value is (58,113,108). Sum of RGB (Red+Green+Blue) = 58+113+108=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #3A716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A716C is #C58E93. Grayscale: #5F5F5F. Windows color (decimal): -12947092 or 7106874. OLE color: 7106874.

HSL color Cylindrical-coordinate representation of color #3A716C: hue angle of 174.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A716C is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 113 108 -
CMYK 0.49 0 0.04 0.56
HSL 174.55º 0.32% 0.34% -
HSV(B) 174.55º 0.49% 0.44% -
XYZ 10.36 13.79 16.3 -
YUV 95.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 58 113 108 0.49 0 0.04 0.56 174.55 0.32 0.34
Hex 3A 71 6C 31 0 4 38 AF 20 22
Octal 72 161 154 61 0 4 70 257 40 42
Binary 111010 1110001 1101100 110001 0 100 111000 10101111 100000 100010

Color Harmonies of #3A716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A716C

Black with #3A716C

Text Example


Text Example

White with #3A716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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