Html Css Color HEX #3A7064 Genoa

📋 copy color: '#3A7064'

red 58 ◦ green 112 ◦ blue 100

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

Shades of Genoa #3A7064

Tints of Genoa #3A7064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 21.48%
G = 41.48%
B = 37.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#3A7064 (or 0x3A7064) is known color: Genoa. HEX triplet: 3A, 70 and 64. RGB value is (58,112,100). Sum of RGB (Red+Green+Blue) = 58+112+100=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7064 is #C58F9B. Grayscale: #5E5E5E. Windows color (decimal): -12947356 or 6582330. OLE color: 6582330.

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

Color convert

RGB 58 112 100 -
CMYK 0.48 0 0.11 0.56
HSL 166.67º 0.32% 0.33% -
HSV(B) 166.67º 0.48% 0.44% -
XYZ 9.84 13.41 14.13 -
YUV 94.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 58 112 100 0.48 0 0.11 0.56 166.67 0.32 0.33
Hex 3A 70 64 30 0 B 38 A7 20 21
Octal 72 160 144 60 0 13 70 247 40 41
Binary 111010 1110000 1100100 110000 0 1011 111000 10100111 100000 100001

Color Harmonies of #3A7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7064

Black with #3A7064

Text Example


Text Example

White with #3A7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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