Html Css Color HEX #3A7F72 Genoa

📋 copy color: '#3A7F72'

red 58 ◦ green 127 ◦ blue 114

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

Shades of Genoa #3A7F72

Tints of Genoa #3A7F72

RGB

 RED value IS 58 (23.05% from 255) = 19.4%

 GREEN value IS 127 (50% from 255) = 42.47%

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

R = 19.4%
G = 42.47%
B = 38.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#3A7F72 (or 0x3A7F72) is known color: Genoa. HEX triplet: 3A, 7F and 72. RGB value is (58,127,114). Sum of RGB (Red+Green+Blue) = 58+127+114=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7F72 is #C5808D. Grayscale: #686868. Windows color (decimal): -12943502 or 7503674. OLE color: 7503674.

HSL color Cylindrical-coordinate representation of color #3A7F72: hue angle of 168.7º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F72 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 127 114 -
CMYK 0.54 0 0.10 0.50
HSL 168.7º 0.37% 0.36% -
HSV(B) 168.7º 0.54% 0.5% -
XYZ 12.37 17.29 18.61 -
YUV 104.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 58 127 114 0.54 0 0.10 0.50 168.7 0.37 0.36
Hex 3A 7F 72 36 0 A 32 A9 25 24
Octal 72 177 162 66 0 12 62 251 45 44
Binary 111010 1111111 1110010 110110 0 1010 110010 10101001 100101 100100

Color Harmonies of #3A7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7F72

Black with #3A7F72

Text Example


Text Example

White with #3A7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,127,114); }

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

background-color css

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

 a { background-color: rgb(58,127,114); }

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

border-color css

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

 span { border-color: rgb(58,127,114); }

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