Html Css Color HEX #3C896B Viridian

📋 copy color: '#3C896B'

red 60 ◦ green 137 ◦ blue 107

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

Shades of Viridian #3C896B

Tints of Viridian #3C896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 19.74%
G = 45.07%
B = 35.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#3C896B (or 0x3C896B) is known color: Viridian. HEX triplet: 3C, 89 and 6B. RGB value is (60,137,107). Sum of RGB (Red+Green+Blue) = 60+137+107=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #3C896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C896B is #C37694. Grayscale: #6E6E6E. Windows color (decimal): -12809877 or 7047484. OLE color: 7047484.

HSL color Cylindrical-coordinate representation of color #3C896B: hue angle of 156.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C896B is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 107 -
CMYK 0.56 0 0.22 0.46
HSL 156.62º 0.39% 0.39% -
HSV(B) 156.62º 0.56% 0.54% -
XYZ 13.46 19.91 17.04 -
YUV 110.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 60 137 107 0.56 0 0.22 0.46 156.62 0.39 0.39
Hex 3C 89 6B 38 0 16 2E 9D 27 27
Octal 74 211 153 70 0 26 56 235 47 47
Binary 111100 10001001 1101011 111000 0 10110 101110 10011101 100111 100111

Color Harmonies of #3C896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C896B

Black with #3C896B

Text Example


Text Example

White with #3C896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,137,107); }

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

background-color css

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

 a { background-color: rgb(60,137,107); }

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

border-color css

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

 span { border-color: rgb(60,137,107); }

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