Html Css Color HEX #3C9072 Viridian

📋 copy color: '#3C9072'

red 60 ◦ green 144 ◦ blue 114

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

Shades of Viridian #3C9072

Tints of Viridian #3C9072

RGB

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

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

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

R = 18.87%
G = 45.28%
B = 35.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#3C9072 (or 0x3C9072) is known color: Viridian. HEX triplet: 3C, 90 and 72. RGB value is (60,144,114). Sum of RGB (Red+Green+Blue) = 60+144+114=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9072 is #C36F8D. Grayscale: #737373. Windows color (decimal): -12808078 or 7508028. OLE color: 7508028.

HSL color Cylindrical-coordinate representation of color #3C9072: hue angle of 158.57º 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 #3C9072 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 144 114 -
CMYK 0.58 0 0.21 0.44
HSL 158.57º 0.41% 0.4% -
HSV(B) 158.57º 0.58% 0.56% -
XYZ 14.87 22.12 19.41 -
YUV 115.46 127.17 88.44 -
System Red Green Blue C M Y K H S L
Decimal 60 144 114 0.58 0 0.21 0.44 158.57 0.41 0.4
Hex 3C 90 72 3A 0 15 2C 9F 29 28
Octal 74 220 162 72 0 25 54 237 51 50
Binary 111100 10010000 1110010 111010 0 10101 101100 10011111 101001 101000

Color Harmonies of #3C9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9072

Black with #3C9072

Text Example


Text Example

White with #3C9072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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