Html Css Color HEX #3C8468 Viridian

📋 copy color: '#3C8468'

red 60 ◦ green 132 ◦ blue 104

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

Shades of Viridian #3C8468

Tints of Viridian #3C8468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 20.27%
G = 44.59%
B = 35.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#3C8468 (or 0x3C8468) is known color: Viridian. HEX triplet: 3C, 84 and 68. RGB value is (60,132,104). Sum of RGB (Red+Green+Blue) = 60+132+104=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8468 is #C37B97. Grayscale: #6B6B6B. Windows color (decimal): -12811160 or 6849596. OLE color: 6849596.

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

Color convert

RGB 60 132 104 -
CMYK 0.55 0 0.21 0.48
HSL 156.67º 0.38% 0.38% -
HSV(B) 156.67º 0.55% 0.52% -
XYZ 12.61 18.46 16 -
YUV 107.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 60 132 104 0.55 0 0.21 0.48 156.67 0.38 0.38
Hex 3C 84 68 37 0 15 30 9D 26 26
Octal 74 204 150 67 0 25 60 235 46 46
Binary 111100 10000100 1101000 110111 0 10101 110000 10011101 100110 100110

Color Harmonies of #3C8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8468

Black with #3C8468

Text Example


Text Example

White with #3C8468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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