Html Css Color HEX #3C8B69 Viridian

📋 copy color: '#3C8B69'

red 60 ◦ green 139 ◦ blue 105

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

Shades of Viridian #3C8B69

Tints of Viridian #3C8B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.72%

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

R = 19.74%
G = 45.72%
B = 34.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#3C8B69 (or 0x3C8B69) is known color: Viridian. HEX triplet: 3C, 8B and 69. RGB value is (60,139,105). Sum of RGB (Red+Green+Blue) = 60+139+105=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B69 is #C37496. Grayscale: #6F6F6F. Windows color (decimal): -12809367 or 6916924. OLE color: 6916924.

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

Color convert

RGB 60 139 105 -
CMYK 0.57 0 0.24 0.45
HSL 154.18º 0.4% 0.39% -
HSV(B) 154.18º 0.57% 0.55% -
XYZ 13.65 20.45 16.59 -
YUV 111.5 124.33 91.26 -
System Red Green Blue C M Y K H S L
Decimal 60 139 105 0.57 0 0.24 0.45 154.18 0.4 0.39
Hex 3C 8B 69 39 0 18 2D 9A 28 27
Octal 74 213 151 71 0 30 55 232 50 47
Binary 111100 10001011 1101001 111001 0 11000 101101 10011010 101000 100111

Color Harmonies of #3C8B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8B69

Black with #3C8B69

Text Example


Text Example

White with #3C8B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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