Html Css Color HEX #3C8A66 Viridian

📋 copy color: '#3C8A66'

red 60 ◦ green 138 ◦ blue 102

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

Shades of Viridian #3C8A66

Tints of Viridian #3C8A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34%

R = 20%
G = 46%
B = 34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#3C8A66 (or 0x3C8A66) is known color: Viridian. HEX triplet: 3C, 8A and 66. RGB value is (60,138,102). Sum of RGB (Red+Green+Blue) = 60+138+102=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A66 is #C37599. Grayscale: #6E6E6E. Windows color (decimal): -12809626 or 6720060. OLE color: 6720060.

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

Color convert

RGB 60 138 102 -
CMYK 0.57 0 0.26 0.46
HSL 152.31º 0.39% 0.39% -
HSV(B) 152.31º 0.57% 0.54% -
XYZ 13.35 20.1 15.75 -
YUV 110.57 123.16 91.93 -
System Red Green Blue C M Y K H S L
Decimal 60 138 102 0.57 0 0.26 0.46 152.31 0.39 0.39
Hex 3C 8A 66 39 0 1A 2E 98 27 27
Octal 74 212 146 71 0 32 56 230 47 47
Binary 111100 10001010 1100110 111001 0 11010 101110 10011000 100111 100111

Color Harmonies of #3C8A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A66

Black with #3C8A66

Text Example


Text Example

White with #3C8A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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