Html Css Color HEX #3C8A69 Viridian

📋 copy color: '#3C8A69'

red 60 ◦ green 138 ◦ blue 105

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

Shades of Viridian #3C8A69

Tints of Viridian #3C8A69

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.54%

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 19.8%
G = 45.54%
B = 34.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#3C8A69 (or 0x3C8A69) is known color: Viridian. HEX triplet: 3C, 8A and 69. RGB value is (60,138,105). Sum of RGB (Red+Green+Blue) = 60+138+105=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A69 is #C37596. Grayscale: #6E6E6E. Windows color (decimal): -12809623 or 6916668. OLE color: 6916668.

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

Color convert

RGB 60 138 105 -
CMYK 0.57 0 0.24 0.46
HSL 154.62º 0.39% 0.39% -
HSV(B) 154.62º 0.57% 0.54% -
XYZ 13.5 20.16 16.54 -
YUV 110.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 60 138 105 0.57 0 0.24 0.46 154.62 0.39 0.39
Hex 3C 8A 69 39 0 18 2E 9B 27 27
Octal 74 212 151 71 0 30 56 233 47 47
Binary 111100 10001010 1101001 111001 0 11000 101110 10011011 100111 100111

Color Harmonies of #3C8A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A69

Black with #3C8A69

Text Example


Text Example

White with #3C8A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,105); }

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

background-color css

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

 a { background-color: rgb(60,138,105); }

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

border-color css

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

 span { border-color: rgb(60,138,105); }

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