Html Css Color HEX #3D776F Genoa

📋 copy color: '#3D776F'

red 61 ◦ green 119 ◦ blue 111

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

Shades of Genoa #3D776F

Tints of Genoa #3D776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.89%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 20.96%
G = 40.89%
B = 38.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#3D776F (or 0x3D776F) is known color: Genoa. HEX triplet: 3D, 77 and 6F. RGB value is (61,119,111). Sum of RGB (Red+Green+Blue) = 61+119+111=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #3D776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D776F is #C28890. Grayscale: #646464. Windows color (decimal): -12748945 or 7305021. OLE color: 7305021.

HSL color Cylindrical-coordinate representation of color #3D776F: hue angle of 171.72º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D776F is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 119 111 -
CMYK 0.49 0 0.07 0.53
HSL 171.72º 0.32% 0.35% -
HSV(B) 171.72º 0.49% 0.47% -
XYZ 11.39 15.33 17.4 -
YUV 100.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 61 119 111 0.49 0 0.07 0.53 171.72 0.32 0.35
Hex 3D 77 6F 31 0 7 35 AC 20 23
Octal 75 167 157 61 0 7 65 254 40 43
Binary 111101 1110111 1101111 110001 0 111 110101 10101100 100000 100011

Color Harmonies of #3D776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D776F

Black with #3D776F

Text Example


Text Example

White with #3D776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,119,111); }

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

background-color css

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

 a { background-color: rgb(61,119,111); }

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

border-color css

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

 span { border-color: rgb(61,119,111); }

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