Html Css Color HEX #3C7A61 Viridian

📋 copy color: '#3C7A61'

red 60 ◦ green 122 ◦ blue 97

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

Shades of Viridian #3C7A61

Tints of Viridian #3C7A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.73%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 21.51%
G = 43.73%
B = 34.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#3C7A61 (or 0x3C7A61) is known color: Viridian. HEX triplet: 3C, 7A and 61. RGB value is (60,122,97). Sum of RGB (Red+Green+Blue) = 60+122+97=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A61 is #C3859E. Grayscale: #646464. Windows color (decimal): -12813727 or 6388284. OLE color: 6388284.

HSL color Cylindrical-coordinate representation of color #3C7A61: hue angle of 155.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7A61 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 122 97 -
CMYK 0.51 0 0.20 0.52
HSL 155.81º 0.34% 0.36% -
HSV(B) 155.81º 0.51% 0.48% -
XYZ 10.98 15.74 13.77 -
YUV 100.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 60 122 97 0.51 0 0.20 0.52 155.81 0.34 0.36
Hex 3C 7A 61 33 0 14 34 9C 22 24
Octal 74 172 141 63 0 24 64 234 42 44
Binary 111100 1111010 1100001 110011 0 10100 110100 10011100 100010 100100

Color Harmonies of #3C7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A61

Black with #3C7A61

Text Example


Text Example

White with #3C7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,122,97); }

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

background-color css

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

 a { background-color: rgb(60,122,97); }

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

border-color css

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

 span { border-color: rgb(60,122,97); }

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