Html Css Color HEX #3A7263 Genoa

📋 copy color: '#3A7263'

red 58 ◦ green 114 ◦ blue 99

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

Shades of Genoa #3A7263

Tints of Genoa #3A7263

RGB

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

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

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

R = 21.4%
G = 42.07%
B = 36.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#3A7263 (or 0x3A7263) is known color: Genoa. HEX triplet: 3A, 72 and 63. RGB value is (58,114,99). Sum of RGB (Red+Green+Blue) = 58+114+99=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7263 is #C58D9C. Grayscale: #5F5F5F. Windows color (decimal): -12946845 or 6517306. OLE color: 6517306.

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

Color convert

RGB 58 114 99 -
CMYK 0.49 0 0.13 0.55
HSL 163.93º 0.33% 0.34% -
HSV(B) 163.93º 0.49% 0.45% -
XYZ 10.01 13.84 13.95 -
YUV 95.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 58 114 99 0.49 0 0.13 0.55 163.93 0.33 0.34
Hex 3A 72 63 31 0 D 37 A4 21 22
Octal 72 162 143 61 0 15 67 244 41 42
Binary 111010 1110010 1100011 110001 0 1101 110111 10100100 100001 100010

Color Harmonies of #3A7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7263

Black with #3A7263

Text Example


Text Example

White with #3A7263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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