Html Css Color HEX #3D736A Genoa

📋 copy color: '#3D736A'

red 61 ◦ green 115 ◦ blue 106

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

Shades of Genoa #3D736A

Tints of Genoa #3D736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.78%

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

R = 21.63%
G = 40.78%
B = 37.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#3D736A (or 0x3D736A) is known color: Genoa. HEX triplet: 3D, 73 and 6A. RGB value is (61,115,106). Sum of RGB (Red+Green+Blue) = 61+115+106=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #3D736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D736A is #C28C95. Grayscale: #616161. Windows color (decimal): -12749974 or 6976317. OLE color: 6976317.

HSL color Cylindrical-coordinate representation of color #3D736A: hue angle of 170º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D736A is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 115 106 -
CMYK 0.47 0 0.08 0.55
HSL 170º 0.31% 0.35% -
HSV(B) 170º 0.47% 0.45% -
XYZ 10.66 14.29 15.83 -
YUV 97.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 61 115 106 0.47 0 0.08 0.55 170 0.31 0.35
Hex 3D 73 6A 2F 0 8 37 AA 1F 23
Octal 75 163 152 57 0 10 67 252 37 43
Binary 111101 1110011 1101010 101111 0 1000 110111 10101010 11111 100011

Color Harmonies of #3D736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D736A

Black with #3D736A

Text Example


Text Example

White with #3D736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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