Html Css Color HEX #3B836D Viridian

📋 copy color: '#3B836D'

red 59 ◦ green 131 ◦ blue 109

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

Shades of Viridian #3B836D

Tints of Viridian #3B836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 19.73%
G = 43.81%
B = 36.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#3B836D (or 0x3B836D) is known color: Viridian. HEX triplet: 3B, 83 and 6D. RGB value is (59,131,109). Sum of RGB (Red+Green+Blue) = 59+131+109=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #3B836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B836D is #C47C92. Grayscale: #6A6A6A. Windows color (decimal): -12876947 or 7177019. OLE color: 7177019.

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

Color convert

RGB 59 131 109 -
CMYK 0.55 0 0.17 0.49
HSL 161.67º 0.38% 0.37% -
HSV(B) 161.67º 0.55% 0.51% -
XYZ 12.68 18.27 17.33 -
YUV 106.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 59 131 109 0.55 0 0.17 0.49 161.67 0.38 0.37
Hex 3B 83 6D 37 0 11 31 A2 26 25
Octal 73 203 155 67 0 21 61 242 46 45
Binary 111011 10000011 1101101 110111 0 10001 110001 10100010 100110 100101

Color Harmonies of #3B836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B836D

Black with #3B836D

Text Example


Text Example

White with #3B836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,131,109); }

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

background-color css

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

 a { background-color: rgb(59,131,109); }

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

border-color css

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

 span { border-color: rgb(59,131,109); }

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