Html Css Color HEX #3D7A6E Genoa

📋 copy color: '#3D7A6E'

red 61 ◦ green 122 ◦ blue 110

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

Shades of Genoa #3D7A6E

Tints of Genoa #3D7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.64%

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

R = 20.82%
G = 41.64%
B = 37.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#3D7A6E (or 0x3D7A6E) is known color: Genoa. HEX triplet: 3D, 7A and 6E. RGB value is (61,122,110). Sum of RGB (Red+Green+Blue) = 61+122+110=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7A6E is #C28591. Grayscale: #666666. Windows color (decimal): -12748178 or 7240253. OLE color: 7240253.

HSL color Cylindrical-coordinate representation of color #3D7A6E: hue angle of 168.2º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7A6E is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 61 122 110 -
CMYK 0.50 0 0.10 0.52
HSL 168.2º 0.33% 0.36% -
HSV(B) 168.2º 0.5% 0.48% -
XYZ 11.7 16.04 17.23 -
YUV 102.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 61 122 110 0.50 0 0.10 0.52 168.2 0.33 0.36
Hex 3D 7A 6E 32 0 A 34 A8 21 24
Octal 75 172 156 62 0 12 64 250 41 44
Binary 111101 1111010 1101110 110010 0 1010 110100 10101000 100001 100100

Color Harmonies of #3D7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7A6E

Black with #3D7A6E

Text Example


Text Example

White with #3D7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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