Html Css Color HEX #3A7261 Genoa

📋 copy color: '#3A7261'

red 58 ◦ green 114 ◦ blue 97

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

Shades of Genoa #3A7261

Tints of Genoa #3A7261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.38%

 BLUE value IS 97 (38.28% from 255) = 36.06%

R = 21.56%
G = 42.38%
B = 36.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#3A7261 (or 0x3A7261) is known color: Genoa. HEX triplet: 3A, 72 and 61. RGB value is (58,114,97). Sum of RGB (Red+Green+Blue) = 58+114+97=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7261 is #C58D9E. Grayscale: #5F5F5F. Windows color (decimal): -12946847 or 6386234. OLE color: 6386234.

HSL color Cylindrical-coordinate representation of color #3A7261: hue angle of 161.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7261 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 114 97 -
CMYK 0.49 0 0.15 0.55
HSL 161.79º 0.33% 0.34% -
HSV(B) 161.79º 0.49% 0.45% -
XYZ 9.92 13.8 13.45 -
YUV 95.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 58 114 97 0.49 0 0.15 0.55 161.79 0.33 0.34
Hex 3A 72 61 31 0 F 37 A2 21 22
Octal 72 162 141 61 0 17 67 242 41 42
Binary 111010 1110010 1100001 110001 0 1111 110111 10100010 100001 100010

Color Harmonies of #3A7261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7261

Black with #3A7261

Text Example


Text Example

White with #3A7261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,114,97); }

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

background-color css

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

 a { background-color: rgb(58,114,97); }

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

border-color css

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

 span { border-color: rgb(58,114,97); }

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