Html Css Color HEX #3D716B Genoa

📋 copy color: '#3D716B'

red 61 ◦ green 113 ◦ blue 107

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

Shades of Genoa #3D716B

Tints of Genoa #3D716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

 BLUE value IS 107 (42.19% from 255) = 38.08%

R = 21.71%
G = 40.21%
B = 38.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#3D716B (or 0x3D716B) is known color: Genoa. HEX triplet: 3D, 71 and 6B. RGB value is (61,113,107). Sum of RGB (Red+Green+Blue) = 61+113+107=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #3D716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D716B is #C28E94. Grayscale: #606060. Windows color (decimal): -12750485 or 7041341. OLE color: 7041341.

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

Color convert

RGB 61 113 107 -
CMYK 0.46 0 0.05 0.56
HSL 173.08º 0.3% 0.34% -
HSV(B) 173.08º 0.46% 0.44% -
XYZ 10.48 13.86 16.03 -
YUV 96.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 61 113 107 0.46 0 0.05 0.56 173.08 0.3 0.34
Hex 3D 71 6B 2E 0 5 38 AD 1E 22
Octal 75 161 153 56 0 5 70 255 36 42
Binary 111101 1110001 1101011 101110 0 101 111000 10101101 11110 100010

Color Harmonies of #3D716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D716B

Black with #3D716B

Text Example


Text Example

White with #3D716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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