Html Css Color HEX #3C9772 Viridian

📋 copy color: '#3C9772'

red 60 ◦ green 151 ◦ blue 114

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

Shades of Viridian #3C9772

Tints of Viridian #3C9772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.46%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 18.46%
G = 46.46%
B = 35.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#3C9772 (or 0x3C9772) is known color: Viridian. HEX triplet: 3C, 97 and 72. RGB value is (60,151,114). Sum of RGB (Red+Green+Blue) = 60+151+114=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #3C9772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9772 is #C3688D. Grayscale: #777777. Windows color (decimal): -12806286 or 7509820. OLE color: 7509820.

HSL color Cylindrical-coordinate representation of color #3C9772: hue angle of 155.6º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9772 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 151 114 -
CMYK 0.60 0 0.25 0.41
HSL 155.6º 0.43% 0.41% -
HSV(B) 155.6º 0.6% 0.59% -
XYZ 15.97 24.31 19.77 -
YUV 119.57 124.85 85.51 -
System Red Green Blue C M Y K H S L
Decimal 60 151 114 0.60 0 0.25 0.41 155.6 0.43 0.41
Hex 3C 97 72 3C 0 19 29 9C 2B 29
Octal 74 227 162 74 0 31 51 234 53 51
Binary 111100 10010111 1110010 111100 0 11001 101001 10011100 101011 101001

Color Harmonies of #3C9772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9772

Black with #3C9772

Text Example


Text Example

White with #3C9772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,151,114); }

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

background-color css

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

 a { background-color: rgb(60,151,114); }

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

border-color css

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

 span { border-color: rgb(60,151,114); }

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