Html Css Color HEX #3C8570 Viridian

📋 copy color: '#3C8570'

red 60 ◦ green 133 ◦ blue 112

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

Shades of Viridian #3C8570

Tints of Viridian #3C8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

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

R = 19.67%
G = 43.61%
B = 36.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#3C8570 (or 0x3C8570) is known color: Viridian. HEX triplet: 3C, 85 and 70. RGB value is (60,133,112). Sum of RGB (Red+Green+Blue) = 60+133+112=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8570 is #C37A8F. Grayscale: #6C6C6C. Windows color (decimal): -12810896 or 7374140. OLE color: 7374140.

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

Color convert

RGB 60 133 112 -
CMYK 0.55 0 0.16 0.48
HSL 162.74º 0.38% 0.38% -
HSV(B) 162.74º 0.55% 0.52% -
XYZ 13.18 18.91 18.28 -
YUV 108.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 60 133 112 0.55 0 0.16 0.48 162.74 0.38 0.38
Hex 3C 85 70 37 0 10 30 A3 26 26
Octal 74 205 160 67 0 20 60 243 46 46
Binary 111100 10000101 1110000 110111 0 10000 110000 10100011 100110 100110

Color Harmonies of #3C8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8570

Black with #3C8570

Text Example


Text Example

White with #3C8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,133,112); }

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

background-color css

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

 a { background-color: rgb(60,133,112); }

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

border-color css

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

 span { border-color: rgb(60,133,112); }

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