Html Css Color HEX #3D7670 Genoa

📋 copy color: '#3D7670'

red 61 ◦ green 118 ◦ blue 112

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

Shades of Genoa #3D7670

Tints of Genoa #3D7670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 20.96%
G = 40.55%
B = 38.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#3D7670 (or 0x3D7670) is known color: Genoa. HEX triplet: 3D, 76 and 70. RGB value is (61,118,112). Sum of RGB (Red+Green+Blue) = 61+118+112=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7670 is #C2898F. Grayscale: #646464. Windows color (decimal): -12749200 or 7370301. OLE color: 7370301.

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

Color convert

RGB 61 118 112 -
CMYK 0.48 0 0.05 0.54
HSL 173.68º 0.32% 0.35% -
HSV(B) 173.68º 0.48% 0.46% -
XYZ 11.33 15.12 17.65 -
YUV 100.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 61 118 112 0.48 0 0.05 0.54 173.68 0.32 0.35
Hex 3D 76 70 30 0 5 36 AE 20 23
Octal 75 166 160 60 0 5 66 256 40 43
Binary 111101 1110110 1110000 110000 0 101 110110 10101110 100000 100011

Color Harmonies of #3D7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7670

Black with #3D7670

Text Example


Text Example

White with #3D7670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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