Html Css Color HEX #3D756B Genoa

📋 copy color: '#3D756B'

red 61 ◦ green 117 ◦ blue 107

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

Shades of Genoa #3D756B

Tints of Genoa #3D756B

RGB

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

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

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

R = 21.4%
G = 41.05%
B = 37.54%

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

#3D756B (or 0x3D756B) is known color: Genoa. HEX triplet: 3D, 75 and 6B. RGB value is (61,117,107). Sum of RGB (Red+Green+Blue) = 61+117+107=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #3D756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D756B is #C28A94. Grayscale: #636363. Windows color (decimal): -12749461 or 7042365. OLE color: 7042365.

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

Color convert

RGB 61 117 107 -
CMYK 0.48 0 0.09 0.54
HSL 169.29º 0.31% 0.35% -
HSV(B) 169.29º 0.48% 0.46% -
XYZ 10.94 14.78 16.19 -
YUV 99.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 61 117 107 0.48 0 0.09 0.54 169.29 0.31 0.35
Hex 3D 75 6B 30 0 9 36 A9 1F 23
Octal 75 165 153 60 0 11 66 251 37 43
Binary 111101 1110101 1101011 110000 0 1001 110110 10101001 11111 100011

Color Harmonies of #3D756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D756B

Black with #3D756B

Text Example


Text Example

White with #3D756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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