Html Css Color HEX #3A6963 Genoa

📋 copy color: '#3A6963'

red 58 ◦ green 105 ◦ blue 99

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

Shades of Genoa #3A6963

Tints of Genoa #3A6963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.08%

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

R = 22.14%
G = 40.08%
B = 37.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#3A6963 (or 0x3A6963) is known color: Genoa. HEX triplet: 3A, 69 and 63. RGB value is (58,105,99). Sum of RGB (Red+Green+Blue) = 58+105+99=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6963 is #C5969C. Grayscale: #5A5A5A. Windows color (decimal): -12949149 or 6515002. OLE color: 6515002.

HSL color Cylindrical-coordinate representation of color #3A6963: hue angle of 172.34º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6963 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 105 99 -
CMYK 0.45 0 0.06 0.59
HSL 172.34º 0.29% 0.32% -
HSV(B) 172.34º 0.45% 0.41% -
XYZ 9.05 11.9 13.63 -
YUV 90.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 58 105 99 0.45 0 0.06 0.59 172.34 0.29 0.32
Hex 3A 69 63 2D 0 6 3B AC 1D 20
Octal 72 151 143 55 0 6 73 254 35 40
Binary 111010 1101001 1100011 101101 0 110 111011 10101100 11101 100000

Color Harmonies of #3A6963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6963

Black with #3A6963

Text Example


Text Example

White with #3A6963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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