Html Css Color HEX #3D726A Genoa

📋 copy color: '#3D726A'

red 61 ◦ green 114 ◦ blue 106

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

Shades of Genoa #3D726A

Tints of Genoa #3D726A

RGB

 RED value IS 61 (24.22% from 255) = 21.71%

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

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 21.71%
G = 40.57%
B = 37.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#3D726A (or 0x3D726A) is known color: Genoa. HEX triplet: 3D, 72 and 6A. RGB value is (61,114,106). Sum of RGB (Red+Green+Blue) = 61+114+106=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #3D726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D726A is #C28D95. Grayscale: #616161. Windows color (decimal): -12750230 or 6976061. OLE color: 6976061.

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

Color convert

RGB 61 114 106 -
CMYK 0.46 0 0.07 0.55
HSL 170.94º 0.3% 0.34% -
HSV(B) 170.94º 0.46% 0.45% -
XYZ 10.54 14.07 15.8 -
YUV 97.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 61 114 106 0.46 0 0.07 0.55 170.94 0.3 0.34
Hex 3D 72 6A 2E 0 7 37 AB 1E 22
Octal 75 162 152 56 0 7 67 253 36 42
Binary 111101 1110010 1101010 101110 0 111 110111 10101011 11110 100010

Color Harmonies of #3D726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D726A

Black with #3D726A

Text Example


Text Example

White with #3D726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,114,106); }

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

background-color css

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

 a { background-color: rgb(61,114,106); }

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

border-color css

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

 span { border-color: rgb(61,114,106); }

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