Html Css Color HEX #3D766B Genoa

📋 copy color: '#3D766B'

red 61 ◦ green 118 ◦ blue 107

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

Shades of Genoa #3D766B

Tints of Genoa #3D766B

RGB

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

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

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

R = 21.33%
G = 41.26%
B = 37.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#3D766B (or 0x3D766B) is known color: Genoa. HEX triplet: 3D, 76 and 6B. RGB value is (61,118,107). Sum of RGB (Red+Green+Blue) = 61+118+107=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766B is #C28994. Grayscale: #636363. Windows color (decimal): -12749205 or 7042621. OLE color: 7042621.

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

Color convert

RGB 61 118 107 -
CMYK 0.48 0 0.09 0.54
HSL 168.42º 0.32% 0.35% -
HSV(B) 168.42º 0.48% 0.46% -
XYZ 11.06 15.01 16.22 -
YUV 99.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 61 118 107 0.48 0 0.09 0.54 168.42 0.32 0.35
Hex 3D 76 6B 30 0 9 36 A8 20 23
Octal 75 166 153 60 0 11 66 250 40 43
Binary 111101 1110110 1101011 110000 0 1001 110110 10101000 100000 100011

Color Harmonies of #3D766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D766B

Black with #3D766B

Text Example


Text Example

White with #3D766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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