Html Css Color HEX #3A7063 Genoa

📋 copy color: '#3A7063'

red 58 ◦ green 112 ◦ blue 99

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

Shades of Genoa #3A7063

Tints of Genoa #3A7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 21.56%
G = 41.64%
B = 36.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#3A7063 (or 0x3A7063) is known color: Genoa. HEX triplet: 3A, 70 and 63. RGB value is (58,112,99). Sum of RGB (Red+Green+Blue) = 58+112+99=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7063 is #C58F9C. Grayscale: #5E5E5E. Windows color (decimal): -12947357 or 6516794. OLE color: 6516794.

HSL color Cylindrical-coordinate representation of color #3A7063: hue angle of 165.56º 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 #3A7063 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 112 99 -
CMYK 0.48 0 0.12 0.56
HSL 165.56º 0.32% 0.33% -
HSV(B) 165.56º 0.48% 0.44% -
XYZ 9.79 13.39 13.87 -
YUV 94.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 58 112 99 0.48 0 0.12 0.56 165.56 0.32 0.33
Hex 3A 70 63 30 0 C 38 A6 20 21
Octal 72 160 143 60 0 14 70 246 40 41
Binary 111010 1110000 1100011 110000 0 1100 111000 10100110 100000 100001

Color Harmonies of #3A7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7063

Black with #3A7063

Text Example


Text Example

White with #3A7063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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