Html Css Color HEX #3B7D72 Genoa

📋 copy color: '#3B7D72'

red 59 ◦ green 125 ◦ blue 114

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

Shades of Genoa #3B7D72

Tints of Genoa #3B7D72

RGB

 RED value IS 59 (23.44% from 255) = 19.8%

 GREEN value IS 125 (49.22% from 255) = 41.95%

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 19.8%
G = 41.95%
B = 38.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#3B7D72 (or 0x3B7D72) is known color: Genoa. HEX triplet: 3B, 7D and 72. RGB value is (59,125,114). Sum of RGB (Red+Green+Blue) = 59+125+114=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7D72 is #C4828D. Grayscale: #676767. Windows color (decimal): -12878478 or 7503163. OLE color: 7503163.

HSL color Cylindrical-coordinate representation of color #3B7D72: hue angle of 170º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7D72 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 125 114 -
CMYK 0.53 0 0.09 0.51
HSL 170º 0.36% 0.36% -
HSV(B) 170º 0.53% 0.49% -
XYZ 12.17 16.81 18.52 -
YUV 104.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 59 125 114 0.53 0 0.09 0.51 170 0.36 0.36
Hex 3B 7D 72 35 0 9 33 AA 24 24
Octal 73 175 162 65 0 11 63 252 44 44
Binary 111011 1111101 1110010 110101 0 1001 110011 10101010 100100 100100

Color Harmonies of #3B7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7D72

Black with #3B7D72

Text Example


Text Example

White with #3B7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,125,114); }

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

background-color css

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

 a { background-color: rgb(59,125,114); }

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

border-color css

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

 span { border-color: rgb(59,125,114); }

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