Html Css Color HEX #3C7E71 Viridian

📋 copy color: '#3C7E71'

red 60 ◦ green 126 ◦ blue 113

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

Shades of Viridian #3C7E71

Tints of Viridian #3C7E71

RGB

 RED value IS 60 (23.83% from 255) = 20.07%

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

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

R = 20.07%
G = 42.14%
B = 37.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#3C7E71 (or 0x3C7E71) is known color: Viridian. HEX triplet: 3C, 7E and 71. RGB value is (60,126,113). Sum of RGB (Red+Green+Blue) = 60+126+113=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #3C7E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7E71 is #C3818E. Grayscale: #686868. Windows color (decimal): -12812687 or 7437884. OLE color: 7437884.

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

Color convert

RGB 60 126 113 -
CMYK 0.52 0 0.10 0.51
HSL 168.18º 0.35% 0.36% -
HSV(B) 168.18º 0.52% 0.49% -
XYZ 12.3 17.07 18.27 -
YUV 104.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 60 126 113 0.52 0 0.10 0.51 168.18 0.35 0.36
Hex 3C 7E 71 34 0 A 33 A8 23 24
Octal 74 176 161 64 0 12 63 250 43 44
Binary 111100 1111110 1110001 110100 0 1010 110011 10101000 100011 100100

Color Harmonies of #3C7E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7E71

Black with #3C7E71

Text Example


Text Example

White with #3C7E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,126,113); }

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

background-color css

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

 a { background-color: rgb(60,126,113); }

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

border-color css

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

 span { border-color: rgb(60,126,113); }

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