Html Css Color HEX #3C9076 Viridian

📋 copy color: '#3C9076'

red 60 ◦ green 144 ◦ blue 118

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

Shades of Viridian #3C9076

Tints of Viridian #3C9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 18.63%
G = 44.72%
B = 36.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#3C9076 (or 0x3C9076) is known color: Viridian. HEX triplet: 3C, 90 and 76. RGB value is (60,144,118). Sum of RGB (Red+Green+Blue) = 60+144+118=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9076 is #C36F89. Grayscale: #737373. Windows color (decimal): -12808074 or 7770172. OLE color: 7770172.

HSL color Cylindrical-coordinate representation of color #3C9076: hue angle of 161.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C9076 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 144 118 -
CMYK 0.58 0 0.18 0.44
HSL 161.43º 0.41% 0.4% -
HSV(B) 161.43º 0.58% 0.56% -
XYZ 15.11 22.22 20.63 -
YUV 115.92 129.17 88.11 -
System Red Green Blue C M Y K H S L
Decimal 60 144 118 0.58 0 0.18 0.44 161.43 0.41 0.4
Hex 3C 90 76 3A 0 12 2C A1 29 28
Octal 74 220 166 72 0 22 54 241 51 50
Binary 111100 10010000 1110110 111010 0 10010 101100 10100001 101001 101000

Color Harmonies of #3C9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9076

Black with #3C9076

Text Example


Text Example

White with #3C9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,144,118); }

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

background-color css

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

 a { background-color: rgb(60,144,118); }

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

border-color css

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

 span { border-color: rgb(60,144,118); }

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