Html Css Color HEX #3C816C Viridian

📋 copy color: '#3C816C'

red 60 ◦ green 129 ◦ blue 108

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

Shades of Viridian #3C816C

Tints of Viridian #3C816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 20.2%
G = 43.43%
B = 36.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#3C816C (or 0x3C816C) is known color: Viridian. HEX triplet: 3C, 81 and 6C. RGB value is (60,129,108). Sum of RGB (Red+Green+Blue) = 60+129+108=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #3C816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C816C is #C37E93. Grayscale: #696969. Windows color (decimal): -12811924 or 7110972. OLE color: 7110972.

HSL color Cylindrical-coordinate representation of color #3C816C: hue angle of 161.74º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C816C is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 129 108 -
CMYK 0.53 0 0.16 0.49
HSL 161.74º 0.37% 0.37% -
HSV(B) 161.74º 0.53% 0.51% -
XYZ 12.42 17.74 16.96 -
YUV 105.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 60 129 108 0.53 0 0.16 0.49 161.74 0.37 0.37
Hex 3C 81 6C 35 0 10 31 A2 25 25
Octal 74 201 154 65 0 20 61 242 45 45
Binary 111100 10000001 1101100 110101 0 10000 110001 10100010 100101 100101

Color Harmonies of #3C816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C816C

Black with #3C816C

Text Example


Text Example

White with #3C816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,129,108); }

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

background-color css

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

 a { background-color: rgb(60,129,108); }

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

border-color css

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

 span { border-color: rgb(60,129,108); }

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