Html Css Color HEX #3B8463 Viridian

📋 copy color: '#3B8463'

red 59 ◦ green 132 ◦ blue 99

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

Shades of Viridian #3B8463

Tints of Viridian #3B8463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.52%

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

R = 20.34%
G = 45.52%
B = 34.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#3B8463 (or 0x3B8463) is known color: Viridian. HEX triplet: 3B, 84 and 63. RGB value is (59,132,99). Sum of RGB (Red+Green+Blue) = 59+132+99=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #3B8463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8463 is #C47B9C. Grayscale: #6A6A6A. Windows color (decimal): -12876701 or 6521915. OLE color: 6521915.

HSL color Cylindrical-coordinate representation of color #3B8463: hue angle of 152.88º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B8463 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 132 99 -
CMYK 0.55 0 0.25 0.48
HSL 152.88º 0.38% 0.37% -
HSV(B) 152.88º 0.55% 0.52% -
XYZ 12.31 18.33 14.69 -
YUV 106.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 59 132 99 0.55 0 0.25 0.48 152.88 0.38 0.37
Hex 3B 84 63 37 0 19 30 99 26 25
Octal 73 204 143 67 0 31 60 231 46 45
Binary 111011 10000100 1100011 110111 0 11001 110000 10011001 100110 100101

Color Harmonies of #3B8463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8463

Black with #3B8463

Text Example


Text Example

White with #3B8463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,132,99); }

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

background-color css

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

 a { background-color: rgb(59,132,99); }

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

border-color css

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

 span { border-color: rgb(59,132,99); }

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