Html Css Color HEX #3C8663 Viridian

📋 copy color: '#3C8663'

red 60 ◦ green 134 ◦ blue 99

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

Shades of Viridian #3C8663

Tints of Viridian #3C8663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 20.48%
G = 45.73%
B = 33.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#3C8663 (or 0x3C8663) is known color: Viridian. HEX triplet: 3C, 86 and 63. RGB value is (60,134,99). Sum of RGB (Red+Green+Blue) = 60+134+99=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8663 is #C3799C. Grayscale: #6B6B6B. Windows color (decimal): -12810653 or 6522428. OLE color: 6522428.

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

Color convert

RGB 60 134 99 -
CMYK 0.55 0 0.26 0.47
HSL 151.62º 0.38% 0.38% -
HSV(B) 151.62º 0.55% 0.53% -
XYZ 12.64 18.91 14.79 -
YUV 107.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 60 134 99 0.55 0 0.26 0.47 151.62 0.38 0.38
Hex 3C 86 63 37 0 1A 2F 98 26 26
Octal 74 206 143 67 0 32 57 230 46 46
Binary 111100 10000110 1100011 110111 0 11010 101111 10011000 100110 100110

Color Harmonies of #3C8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8663

Black with #3C8663

Text Example


Text Example

White with #3C8663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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