Html Css Color HEX #3D766A Genoa

📋 copy color: '#3D766A'

red 61 ◦ green 118 ◦ blue 106

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

Shades of Genoa #3D766A

Tints of Genoa #3D766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

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

R = 21.4%
G = 41.4%
B = 37.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#3D766A (or 0x3D766A) is known color: Genoa. HEX triplet: 3D, 76 and 6A. RGB value is (61,118,106). Sum of RGB (Red+Green+Blue) = 61+118+106=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766A is #C28995. Grayscale: #636363. Windows color (decimal): -12749206 or 6977085. OLE color: 6977085.

HSL color Cylindrical-coordinate representation of color #3D766A: hue angle of 167.37º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D766A is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 118 106 -
CMYK 0.48 0 0.10 0.54
HSL 167.37º 0.32% 0.35% -
HSV(B) 167.37º 0.48% 0.46% -
XYZ 11 14.99 15.95 -
YUV 99.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 61 118 106 0.48 0 0.10 0.54 167.37 0.32 0.35
Hex 3D 76 6A 30 0 A 36 A7 20 23
Octal 75 166 152 60 0 12 66 247 40 43
Binary 111101 1110110 1101010 110000 0 1010 110110 10100111 100000 100011

Color Harmonies of #3D766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D766A

Black with #3D766A

Text Example


Text Example

White with #3D766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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