Html Css Color HEX #3B7E70 Viridian

📋 copy color: '#3B7E70'

red 59 ◦ green 126 ◦ blue 112

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

Shades of Viridian #3B7E70

Tints of Viridian #3B7E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.42%

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

R = 19.87%
G = 42.42%
B = 37.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#3B7E70 (or 0x3B7E70) is known color: Viridian. HEX triplet: 3B, 7E and 70. RGB value is (59,126,112). Sum of RGB (Red+Green+Blue) = 59+126+112=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7E70 is #C4818F. Grayscale: #686868. Windows color (decimal): -12878224 or 7372347. OLE color: 7372347.

HSL color Cylindrical-coordinate representation of color #3B7E70: hue angle of 167.46º 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 #3B7E70 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 126 112 -
CMYK 0.53 0 0.11 0.51
HSL 167.46º 0.36% 0.36% -
HSV(B) 167.46º 0.53% 0.49% -
XYZ 12.19 17.02 17.97 -
YUV 104.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 59 126 112 0.53 0 0.11 0.51 167.46 0.36 0.36
Hex 3B 7E 70 35 0 B 33 A7 24 24
Octal 73 176 160 65 0 13 63 247 44 44
Binary 111011 1111110 1110000 110101 0 1011 110011 10100111 100100 100100

Color Harmonies of #3B7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7E70

Black with #3B7E70

Text Example


Text Example

White with #3B7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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