Html Css Color HEX #3C8969 Viridian

📋 copy color: '#3C8969'

red 60 ◦ green 137 ◦ blue 105

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

Shades of Viridian #3C8969

Tints of Viridian #3C8969

RGB

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

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

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

R = 19.87%
G = 45.36%
B = 34.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#3C8969 (or 0x3C8969) is known color: Viridian. HEX triplet: 3C, 89 and 69. RGB value is (60,137,105). Sum of RGB (Red+Green+Blue) = 60+137+105=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8969 is #C37696. Grayscale: #6E6E6E. Windows color (decimal): -12809879 or 6916412. OLE color: 6916412.

HSL color Cylindrical-coordinate representation of color #3C8969: hue angle of 155.06º 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 #3C8969 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 105 -
CMYK 0.56 0 0.23 0.46
HSL 155.06º 0.39% 0.39% -
HSV(B) 155.06º 0.56% 0.54% -
XYZ 13.36 19.87 16.5 -
YUV 110.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 60 137 105 0.56 0 0.23 0.46 155.06 0.39 0.39
Hex 3C 89 69 38 0 17 2E 9B 27 27
Octal 74 211 151 70 0 27 56 233 47 47
Binary 111100 10001001 1101001 111000 0 10111 101110 10011011 100111 100111

Color Harmonies of #3C8969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8969

Black with #3C8969

Text Example


Text Example

White with #3C8969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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