Html Css Color HEX #3B8966 Viridian

📋 copy color: '#3B8966'

red 59 ◦ green 137 ◦ blue 102

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

Shades of Viridian #3B8966

Tints of Viridian #3B8966

RGB

 RED value IS 59 (23.44% from 255) = 19.8%

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

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

R = 19.8%
G = 45.97%
B = 34.23%

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

#3B8966 (or 0x3B8966) is known color: Viridian. HEX triplet: 3B, 89 and 66. RGB value is (59,137,102). Sum of RGB (Red+Green+Blue) = 59+137+102=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #3B8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8966 is #C47699. Grayscale: #6D6D6D. Windows color (decimal): -12875418 or 6719803. OLE color: 6719803.

HSL color Cylindrical-coordinate representation of color #3B8966: hue angle of 153.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8966 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 137 102 -
CMYK 0.57 0 0.26 0.46
HSL 153.08º 0.4% 0.38% -
HSV(B) 153.08º 0.57% 0.54% -
XYZ 13.15 19.78 15.7 -
YUV 109.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 59 137 102 0.57 0 0.26 0.46 153.08 0.4 0.38
Hex 3B 89 66 39 0 1A 2E 99 28 26
Octal 73 211 146 71 0 32 56 231 50 46
Binary 111011 10001001 1100110 111001 0 11010 101110 10011001 101000 100110

Color Harmonies of #3B8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8966

Black with #3B8966

Text Example


Text Example

White with #3B8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,137,102); }

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

background-color css

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

 a { background-color: rgb(59,137,102); }

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

border-color css

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

 span { border-color: rgb(59,137,102); }

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