Html Css Color HEX #3A706A Genoa

📋 copy color: '#3A706A'

red 58 ◦ green 112 ◦ blue 106

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

Shades of Genoa #3A706A

Tints of Genoa #3A706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.58%

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 21.01%
G = 40.58%
B = 38.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#3A706A (or 0x3A706A) is known color: Genoa. HEX triplet: 3A, 70 and 6A. RGB value is (58,112,106). Sum of RGB (Red+Green+Blue) = 58+112+106=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #3A706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A706A is #C58F95. Grayscale: #5F5F5F. Windows color (decimal): -12947350 or 6975546. OLE color: 6975546.

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

Color convert

RGB 58 112 106 -
CMYK 0.48 0 0.05 0.56
HSL 173.33º 0.32% 0.33% -
HSV(B) 173.33º 0.48% 0.44% -
XYZ 10.14 13.53 15.71 -
YUV 95.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 58 112 106 0.48 0 0.05 0.56 173.33 0.32 0.33
Hex 3A 70 6A 30 0 5 38 AD 20 21
Octal 72 160 152 60 0 5 70 255 40 41
Binary 111010 1110000 1101010 110000 0 101 111000 10101101 100000 100001

Color Harmonies of #3A706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A706A

Black with #3A706A

Text Example


Text Example

White with #3A706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,106); }

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

background-color css

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

 a { background-color: rgb(58,112,106); }

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

border-color css

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

 span { border-color: rgb(58,112,106); }

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