Html Css Color HEX #3D756A Genoa

📋 copy color: '#3D756A'

red 61 ◦ green 117 ◦ blue 106

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

Shades of Genoa #3D756A

Tints of Genoa #3D756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

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

R = 21.48%
G = 41.2%
B = 37.32%

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

#3D756A (or 0x3D756A) is known color: Genoa. HEX triplet: 3D, 75 and 6A. RGB value is (61,117,106). Sum of RGB (Red+Green+Blue) = 61+117+106=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #3D756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D756A is #C28A95. Grayscale: #626262. Windows color (decimal): -12749462 or 6976829. OLE color: 6976829.

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

Color convert

RGB 61 117 106 -
CMYK 0.48 0 0.09 0.54
HSL 168.21º 0.31% 0.35% -
HSV(B) 168.21º 0.48% 0.46% -
XYZ 10.89 14.76 15.91 -
YUV 99 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 61 117 106 0.48 0 0.09 0.54 168.21 0.31 0.35
Hex 3D 75 6A 30 0 9 36 A8 1F 23
Octal 75 165 152 60 0 11 66 250 37 43
Binary 111101 1110101 1101010 110000 0 1001 110110 10101000 11111 100011

Color Harmonies of #3D756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D756A

Black with #3D756A

Text Example


Text Example

White with #3D756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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