Html Css Color HEX #3C826F Viridian

📋 copy color: '#3C826F'

red 60 ◦ green 130 ◦ blue 111

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

Shades of Viridian #3C826F

Tints of Viridian #3C826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 19.93%
G = 43.19%
B = 36.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#3C826F (or 0x3C826F) is known color: Viridian. HEX triplet: 3C, 82 and 6F. RGB value is (60,130,111). Sum of RGB (Red+Green+Blue) = 60+130+111=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #3C826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C826F is #C37D90. Grayscale: #6A6A6A. Windows color (decimal): -12811665 or 7307836. OLE color: 7307836.

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

Color convert

RGB 60 130 111 -
CMYK 0.54 0 0.15 0.49
HSL 163.71º 0.37% 0.37% -
HSV(B) 163.71º 0.54% 0.51% -
XYZ 12.72 18.07 17.86 -
YUV 106.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 60 130 111 0.54 0 0.15 0.49 163.71 0.37 0.37
Hex 3C 82 6F 36 0 F 31 A4 25 25
Octal 74 202 157 66 0 17 61 244 45 45
Binary 111100 10000010 1101111 110110 0 1111 110001 10100100 100101 100101

Color Harmonies of #3C826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C826F

Black with #3C826F

Text Example


Text Example

White with #3C826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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