Html Css Color HEX #3C9372 Viridian

📋 copy color: '#3C9372'

red 60 ◦ green 147 ◦ blue 114

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

Shades of Viridian #3C9372

Tints of Viridian #3C9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

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

R = 18.69%
G = 45.79%
B = 35.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#3C9372 (or 0x3C9372) is known color: Viridian. HEX triplet: 3C, 93 and 72. RGB value is (60,147,114). Sum of RGB (Red+Green+Blue) = 60+147+114=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9372 is #C36C8D. Grayscale: #757575. Windows color (decimal): -12807310 or 7508796. OLE color: 7508796.

HSL color Cylindrical-coordinate representation of color #3C9372: hue angle of 157.24º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9372 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 147 114 -
CMYK 0.59 0 0.22 0.42
HSL 157.24º 0.42% 0.41% -
HSV(B) 157.24º 0.59% 0.58% -
XYZ 15.33 23.04 19.56 -
YUV 117.23 126.18 87.18 -
System Red Green Blue C M Y K H S L
Decimal 60 147 114 0.59 0 0.22 0.42 157.24 0.42 0.41
Hex 3C 93 72 3B 0 16 2A 9D 2A 29
Octal 74 223 162 73 0 26 52 235 52 51
Binary 111100 10010011 1110010 111011 0 10110 101010 10011101 101010 101001

Color Harmonies of #3C9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9372

Black with #3C9372

Text Example


Text Example

White with #3C9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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