Html Css Color HEX #3D766F Genoa

📋 copy color: '#3D766F'

red 61 ◦ green 118 ◦ blue 111

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

Shades of Genoa #3D766F

Tints of Genoa #3D766F

RGB

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

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

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

R = 21.03%
G = 40.69%
B = 38.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#3D766F (or 0x3D766F) is known color: Genoa. HEX triplet: 3D, 76 and 6F. RGB value is (61,118,111). Sum of RGB (Red+Green+Blue) = 61+118+111=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766F is #C28990. Grayscale: #646464. Windows color (decimal): -12749201 or 7304765. OLE color: 7304765.

HSL color Cylindrical-coordinate representation of color #3D766F: hue angle of 172.63º 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 #3D766F is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 118 111 -
CMYK 0.48 0 0.06 0.54
HSL 172.63º 0.32% 0.35% -
HSV(B) 172.63º 0.48% 0.46% -
XYZ 11.27 15.1 17.36 -
YUV 100.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 61 118 111 0.48 0 0.06 0.54 172.63 0.32 0.35
Hex 3D 76 6F 30 0 6 36 AD 20 23
Octal 75 166 157 60 0 6 66 255 40 43
Binary 111101 1110110 1101111 110000 0 110 110110 10101101 100000 100011

Color Harmonies of #3D766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D766F

Black with #3D766F

Text Example


Text Example

White with #3D766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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