Html Css Color HEX #3C8A6A Viridian

📋 copy color: '#3C8A6A'

red 60 ◦ green 138 ◦ blue 106

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

Shades of Viridian #3C8A6A

Tints of Viridian #3C8A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 19.74%
G = 45.39%
B = 34.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#3C8A6A (or 0x3C8A6A) is known color: Viridian. HEX triplet: 3C, 8A and 6A. RGB value is (60,138,106). Sum of RGB (Red+Green+Blue) = 60+138+106=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A6A is #C37595. Grayscale: #6F6F6F. Windows color (decimal): -12809622 or 6982204. OLE color: 6982204.

HSL color Cylindrical-coordinate representation of color #3C8A6A: hue angle of 155.38º 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 #3C8A6A is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 138 106 -
CMYK 0.57 0 0.23 0.46
HSL 155.38º 0.39% 0.39% -
HSV(B) 155.38º 0.57% 0.54% -
XYZ 13.55 20.18 16.82 -
YUV 111.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 60 138 106 0.57 0 0.23 0.46 155.38 0.39 0.39
Hex 3C 8A 6A 39 0 17 2E 9B 27 27
Octal 74 212 152 71 0 27 56 233 47 47
Binary 111100 10001010 1101010 111001 0 10111 101110 10011011 100111 100111

Color Harmonies of #3C8A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A6A

Black with #3C8A6A

Text Example


Text Example

White with #3C8A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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