Html Css Color HEX #3A7062 Genoa

📋 copy color: '#3A7062'

red 58 ◦ green 112 ◦ blue 98

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

Shades of Genoa #3A7062

Tints of Genoa #3A7062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 21.64%
G = 41.79%
B = 36.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#3A7062 (or 0x3A7062) is known color: Genoa. HEX triplet: 3A, 70 and 62. RGB value is (58,112,98). Sum of RGB (Red+Green+Blue) = 58+112+98=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7062 is #C58F9D. Grayscale: #5E5E5E. Windows color (decimal): -12947358 or 6451258. OLE color: 6451258.

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

Color convert

RGB 58 112 98 -
CMYK 0.48 0 0.13 0.56
HSL 164.44º 0.32% 0.33% -
HSV(B) 164.44º 0.48% 0.44% -
XYZ 9.74 13.37 13.62 -
YUV 94.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 58 112 98 0.48 0 0.13 0.56 164.44 0.32 0.33
Hex 3A 70 62 30 0 D 38 A4 20 21
Octal 72 160 142 60 0 15 70 244 40 41
Binary 111010 1110000 1100010 110000 0 1101 111000 10100100 100000 100001

Color Harmonies of #3A7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7062

Black with #3A7062

Text Example


Text Example

White with #3A7062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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