Html Css Color HEX #3C8463 Viridian

📋 copy color: '#3C8463'

red 60 ◦ green 132 ◦ blue 99

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

Shades of Viridian #3C8463

Tints of Viridian #3C8463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 20.62%
G = 45.36%
B = 34.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#3C8463 (or 0x3C8463) is known color: Viridian. HEX triplet: 3C, 84 and 63. RGB value is (60,132,99). Sum of RGB (Red+Green+Blue) = 60+132+99=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8463 is #C37B9C. Grayscale: #6A6A6A. Windows color (decimal): -12811165 or 6521916. OLE color: 6521916.

HSL color Cylindrical-coordinate representation of color #3C8463: hue angle of 152.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8463 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 132 99 -
CMYK 0.55 0 0.25 0.48
HSL 152.5º 0.38% 0.38% -
HSV(B) 152.5º 0.55% 0.52% -
XYZ 12.37 18.36 14.7 -
YUV 106.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 60 132 99 0.55 0 0.25 0.48 152.5 0.38 0.38
Hex 3C 84 63 37 0 19 30 98 26 26
Octal 74 204 143 67 0 31 60 230 46 46
Binary 111100 10000100 1100011 110111 0 11001 110000 10011000 100110 100110

Color Harmonies of #3C8463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8463

Black with #3C8463

Text Example


Text Example

White with #3C8463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,132,99); }

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

background-color css

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

 a { background-color: rgb(60,132,99); }

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

border-color css

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

 span { border-color: rgb(60,132,99); }

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