Html Css Color HEX #3D736C Genoa

📋 copy color: '#3D736C'

red 61 ◦ green 115 ◦ blue 108

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

Shades of Genoa #3D736C

Tints of Genoa #3D736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 21.48%
G = 40.49%
B = 38.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#3D736C (or 0x3D736C) is known color: Genoa. HEX triplet: 3D, 73 and 6C. RGB value is (61,115,108). Sum of RGB (Red+Green+Blue) = 61+115+108=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #3D736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D736C is #C28C93. Grayscale: #626262. Windows color (decimal): -12749972 or 7107389. OLE color: 7107389.

HSL color Cylindrical-coordinate representation of color #3D736C: hue angle of 172.22º 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 #3D736C is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 115 108 -
CMYK 0.47 0 0.06 0.55
HSL 172.22º 0.31% 0.35% -
HSV(B) 172.22º 0.47% 0.45% -
XYZ 10.76 14.34 16.39 -
YUV 98.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 61 115 108 0.47 0 0.06 0.55 172.22 0.31 0.35
Hex 3D 73 6C 2F 0 6 37 AC 1F 23
Octal 75 163 154 57 0 6 67 254 37 43
Binary 111101 1110011 1101100 101111 0 110 110111 10101100 11111 100011

Color Harmonies of #3D736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D736C

Black with #3D736C

Text Example


Text Example

White with #3D736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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