Html Css Color HEX #3C8273 Viridian

📋 copy color: '#3C8273'

red 60 ◦ green 130 ◦ blue 115

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

Shades of Viridian #3C8273

Tints of Viridian #3C8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 19.67%
G = 42.62%
B = 37.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#3C8273 (or 0x3C8273) is known color: Viridian. HEX triplet: 3C, 82 and 73. RGB value is (60,130,115). Sum of RGB (Red+Green+Blue) = 60+130+115=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8273 is #C37D8C. Grayscale: #6B6B6B. Windows color (decimal): -12811661 or 7569980. OLE color: 7569980.

HSL color Cylindrical-coordinate representation of color #3C8273: hue angle of 167.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C8273 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 130 115 -
CMYK 0.54 0 0.12 0.49
HSL 167.14º 0.37% 0.37% -
HSV(B) 167.14º 0.54% 0.51% -
XYZ 12.94 18.16 19.04 -
YUV 107.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 60 130 115 0.54 0 0.12 0.49 167.14 0.37 0.37
Hex 3C 82 73 36 0 C 31 A7 25 25
Octal 74 202 163 66 0 14 61 247 45 45
Binary 111100 10000010 1110011 110110 0 1100 110001 10100111 100101 100101

Color Harmonies of #3C8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8273

Black with #3C8273

Text Example


Text Example

White with #3C8273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,130,115); }

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

background-color css

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

 a { background-color: rgb(60,130,115); }

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

border-color css

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

 span { border-color: rgb(60,130,115); }

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