Html Css Color HEX #3B7A70 Genoa

📋 copy color: '#3B7A70'

red 59 ◦ green 122 ◦ blue 112

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

Shades of Genoa #3B7A70

Tints of Genoa #3B7A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.64%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 20.14%
G = 41.64%
B = 38.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#3B7A70 (or 0x3B7A70) is known color: Genoa. HEX triplet: 3B, 7A and 70. RGB value is (59,122,112). Sum of RGB (Red+Green+Blue) = 59+122+112=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7A70 is #C4858F. Grayscale: #666666. Windows color (decimal): -12879248 or 7371323. OLE color: 7371323.

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

Color convert

RGB 59 122 112 -
CMYK 0.52 0 0.08 0.52
HSL 170.48º 0.35% 0.35% -
HSV(B) 170.48º 0.52% 0.48% -
XYZ 11.69 16.02 17.81 -
YUV 102.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 59 122 112 0.52 0 0.08 0.52 170.48 0.35 0.35
Hex 3B 7A 70 34 0 8 34 AA 23 23
Octal 73 172 160 64 0 10 64 252 43 43
Binary 111011 1111010 1110000 110100 0 1000 110100 10101010 100011 100011

Color Harmonies of #3B7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7A70

Black with #3B7A70

Text Example


Text Example

White with #3B7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,122,112); }

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

background-color css

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

 a { background-color: rgb(59,122,112); }

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

border-color css

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

 span { border-color: rgb(59,122,112); }

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