Html Css Color HEX #3C8870 Viridian

📋 copy color: '#3C8870'

red 60 ◦ green 136 ◦ blue 112

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

Shades of Viridian #3C8870

Tints of Viridian #3C8870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

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

R = 19.48%
G = 44.16%
B = 36.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#3C8870 (or 0x3C8870) is known color: Viridian. HEX triplet: 3C, 88 and 70. RGB value is (60,136,112). Sum of RGB (Red+Green+Blue) = 60+136+112=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8870 is #C3778F. Grayscale: #6E6E6E. Windows color (decimal): -12810128 or 7374908. OLE color: 7374908.

HSL color Cylindrical-coordinate representation of color #3C8870: hue angle of 161.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8870 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 136 112 -
CMYK 0.56 0 0.18 0.47
HSL 161.05º 0.39% 0.38% -
HSV(B) 161.05º 0.56% 0.53% -
XYZ 13.59 19.74 18.42 -
YUV 110.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 60 136 112 0.56 0 0.18 0.47 161.05 0.39 0.38
Hex 3C 88 70 38 0 12 2F A1 27 26
Octal 74 210 160 70 0 22 57 241 47 46
Binary 111100 10001000 1110000 111000 0 10010 101111 10100001 100111 100110

Color Harmonies of #3C8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8870

Black with #3C8870

Text Example


Text Example

White with #3C8870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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