Html Css Color HEX #3D7971 Genoa

📋 copy color: '#3D7971'

red 61 ◦ green 121 ◦ blue 113

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

Shades of Genoa #3D7971

Tints of Genoa #3D7971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.02%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 20.68%
G = 41.02%
B = 38.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#3D7971 (or 0x3D7971) is known color: Genoa. HEX triplet: 3D, 79 and 71. RGB value is (61,121,113). Sum of RGB (Red+Green+Blue) = 61+121+113=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #3D7971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7971 is #C2868E. Grayscale: #666666. Windows color (decimal): -12748431 or 7436605. OLE color: 7436605.

HSL color Cylindrical-coordinate representation of color #3D7971: hue angle of 172º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7971 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 121 113 -
CMYK 0.50 0 0.07 0.53
HSL 172º 0.33% 0.36% -
HSV(B) 172º 0.5% 0.47% -
XYZ 11.74 15.86 18.07 -
YUV 102.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 61 121 113 0.50 0 0.07 0.53 172 0.33 0.36
Hex 3D 79 71 32 0 7 35 AC 21 24
Octal 75 171 161 62 0 7 65 254 41 44
Binary 111101 1111001 1110001 110010 0 111 110101 10101100 100001 100100

Color Harmonies of #3D7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7971

Black with #3D7971

Text Example


Text Example

White with #3D7971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,121,113); }

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

background-color css

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

 a { background-color: rgb(61,121,113); }

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

border-color css

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

 span { border-color: rgb(61,121,113); }

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