Html Css Color HEX #3D746E Genoa

📋 copy color: '#3D746E'

red 61 ◦ green 116 ◦ blue 110

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

Shades of Genoa #3D746E

Tints of Genoa #3D746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 21.25%
G = 40.42%
B = 38.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#3D746E (or 0x3D746E) is known color: Genoa. HEX triplet: 3D, 74 and 6E. RGB value is (61,116,110). Sum of RGB (Red+Green+Blue) = 61+116+110=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #3D746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D746E is #C28B91. Grayscale: #626262. Windows color (decimal): -12749714 or 7238717. OLE color: 7238717.

HSL color Cylindrical-coordinate representation of color #3D746E: hue angle of 173.45º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D746E is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 116 110 -
CMYK 0.47 0 0.05 0.55
HSL 173.45º 0.31% 0.35% -
HSV(B) 173.45º 0.47% 0.45% -
XYZ 10.98 14.61 16.99 -
YUV 98.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 61 116 110 0.47 0 0.05 0.55 173.45 0.31 0.35
Hex 3D 74 6E 2F 0 5 37 AD 1F 23
Octal 75 164 156 57 0 5 67 255 37 43
Binary 111101 1110100 1101110 101111 0 101 110111 10101101 11111 100011

Color Harmonies of #3D746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D746E

Black with #3D746E

Text Example


Text Example

White with #3D746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,116,110); }

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

background-color css

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

 a { background-color: rgb(61,116,110); }

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

border-color css

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

 span { border-color: rgb(61,116,110); }

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