Html Css Color HEX #3D7B71 Genoa

📋 copy color: '#3D7B71'

red 61 ◦ green 123 ◦ blue 113

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

Shades of Genoa #3D7B71

Tints of Genoa #3D7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.41%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 20.54%
G = 41.41%
B = 38.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#3D7B71 (or 0x3D7B71) is known color: Genoa. HEX triplet: 3D, 7B and 71. RGB value is (61,123,113). Sum of RGB (Red+Green+Blue) = 61+123+113=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B71 is #C2848E. Grayscale: #676767. Windows color (decimal): -12747919 or 7437117. OLE color: 7437117.

HSL color Cylindrical-coordinate representation of color #3D7B71: hue angle of 170.32º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7B71 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 61 123 113 -
CMYK 0.50 0 0.08 0.52
HSL 170.32º 0.34% 0.36% -
HSV(B) 170.32º 0.5% 0.48% -
XYZ 11.99 16.35 18.15 -
YUV 103.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 61 123 113 0.50 0 0.08 0.52 170.32 0.34 0.36
Hex 3D 7B 71 32 0 8 34 AA 22 24
Octal 75 173 161 62 0 10 64 252 42 44
Binary 111101 1111011 1110001 110010 0 1000 110100 10101010 100010 100100

Color Harmonies of #3D7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7B71

Black with #3D7B71

Text Example


Text Example

White with #3D7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,123,113); }

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

background-color css

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

 a { background-color: rgb(61,123,113); }

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

border-color css

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

 span { border-color: rgb(61,123,113); }

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