Html Css Color HEX #3C8F6F Viridian

📋 copy color: '#3C8F6F'

red 60 ◦ green 143 ◦ blue 111

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

Shades of Viridian #3C8F6F

Tints of Viridian #3C8F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.54%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 19.11%
G = 45.54%
B = 35.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#3C8F6F (or 0x3C8F6F) is known color: Viridian. HEX triplet: 3C, 8F and 6F. RGB value is (60,143,111). Sum of RGB (Red+Green+Blue) = 60+143+111=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8F6F is #C37090. Grayscale: #727272. Windows color (decimal): -12808337 or 7311164. OLE color: 7311164.

HSL color Cylindrical-coordinate representation of color #3C8F6F: hue angle of 156.87º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8F6F is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 143 111 -
CMYK 0.58 0 0.22 0.44
HSL 156.87º 0.41% 0.4% -
HSV(B) 156.87º 0.58% 0.56% -
XYZ 14.56 21.75 18.47 -
YUV 114.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 60 143 111 0.58 0 0.22 0.44 156.87 0.41 0.4
Hex 3C 8F 6F 3A 0 16 2C 9D 29 28
Octal 74 217 157 72 0 26 54 235 51 50
Binary 111100 10001111 1101111 111010 0 10110 101100 10011101 101001 101000

Color Harmonies of #3C8F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8F6F

Black with #3C8F6F

Text Example


Text Example

White with #3C8F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,143,111); }

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

background-color css

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

 a { background-color: rgb(60,143,111); }

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

border-color css

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

 span { border-color: rgb(60,143,111); }

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