Html Css Color HEX #3C8A6B Viridian

📋 copy color: '#3C8A6B'

red 60 ◦ green 138 ◦ blue 107

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

Shades of Viridian #3C8A6B

Tints of Viridian #3C8A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 19.67%
G = 45.25%
B = 35.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#3C8A6B (or 0x3C8A6B) is known color: Viridian. HEX triplet: 3C, 8A and 6B. RGB value is (60,138,107). Sum of RGB (Red+Green+Blue) = 60+138+107=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A6B is #C37594. Grayscale: #6F6F6F. Windows color (decimal): -12809621 or 7047740. OLE color: 7047740.

HSL color Cylindrical-coordinate representation of color #3C8A6B: hue angle of 156.15º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A6B is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 138 107 -
CMYK 0.57 0 0.22 0.46
HSL 156.15º 0.39% 0.39% -
HSV(B) 156.15º 0.57% 0.54% -
XYZ 13.61 20.2 17.09 -
YUV 111.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 60 138 107 0.57 0 0.22 0.46 156.15 0.39 0.39
Hex 3C 8A 6B 39 0 16 2E 9C 27 27
Octal 74 212 153 71 0 26 56 234 47 47
Binary 111100 10001010 1101011 111001 0 10110 101110 10011100 100111 100111

Color Harmonies of #3C8A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A6B

Black with #3C8A6B

Text Example


Text Example

White with #3C8A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,107); }

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

background-color css

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

 a { background-color: rgb(60,138,107); }

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

border-color css

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

 span { border-color: rgb(60,138,107); }

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