Html Css Color HEX #3C886D Viridian

📋 copy color: '#3C886D'

red 60 ◦ green 136 ◦ blue 109

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

Shades of Viridian #3C886D

Tints of Viridian #3C886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.59%

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 19.67%
G = 44.59%
B = 35.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#3C886D (or 0x3C886D) is known color: Viridian. HEX triplet: 3C, 88 and 6D. RGB value is (60,136,109). Sum of RGB (Red+Green+Blue) = 60+136+109=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #3C886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C886D is #C37792. Grayscale: #6E6E6E. Windows color (decimal): -12810131 or 7178300. OLE color: 7178300.

HSL color Cylindrical-coordinate representation of color #3C886D: hue angle of 158.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C886D is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 136 109 -
CMYK 0.56 0 0.20 0.47
HSL 158.68º 0.39% 0.38% -
HSV(B) 158.68º 0.56% 0.53% -
XYZ 13.43 19.67 17.56 -
YUV 110.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 60 136 109 0.56 0 0.20 0.47 158.68 0.39 0.38
Hex 3C 88 6D 38 0 14 2F 9F 27 26
Octal 74 210 155 70 0 24 57 237 47 46
Binary 111100 10001000 1101101 111000 0 10100 101111 10011111 100111 100110

Color Harmonies of #3C886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C886D

Black with #3C886D

Text Example


Text Example

White with #3C886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,136,109); }

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

background-color css

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

 a { background-color: rgb(60,136,109); }

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

border-color css

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

 span { border-color: rgb(60,136,109); }

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