Html Css Color HEX #3C8662 Viridian

📋 copy color: '#3C8662'

red 60 ◦ green 134 ◦ blue 98

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

Shades of Viridian #3C8662

Tints of Viridian #3C8662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.89%

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 20.55%
G = 45.89%
B = 33.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#3C8662 (or 0x3C8662) is known color: Viridian. HEX triplet: 3C, 86 and 62. RGB value is (60,134,98). Sum of RGB (Red+Green+Blue) = 60+134+98=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8662 is #C3799D. Grayscale: #6B6B6B. Windows color (decimal): -12810654 or 6456892. OLE color: 6456892.

HSL color Cylindrical-coordinate representation of color #3C8662: hue angle of 150.81º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8662 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 134 98 -
CMYK 0.55 0 0.27 0.47
HSL 150.81º 0.38% 0.38% -
HSV(B) 150.81º 0.55% 0.53% -
XYZ 12.59 18.89 14.54 -
YUV 107.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 60 134 98 0.55 0 0.27 0.47 150.81 0.38 0.38
Hex 3C 86 62 37 0 1B 2F 97 26 26
Octal 74 206 142 67 0 33 57 227 46 46
Binary 111100 10000110 1100010 110111 0 11011 101111 10010111 100110 100110

Color Harmonies of #3C8662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8662

Black with #3C8662

Text Example


Text Example

White with #3C8662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,134,98); }

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

background-color css

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

 a { background-color: rgb(60,134,98); }

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

border-color css

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

 span { border-color: rgb(60,134,98); }

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