Html Css Color HEX #3B836F Viridian

📋 copy color: '#3B836F'

red 59 ◦ green 131 ◦ blue 111

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

Shades of Viridian #3B836F

Tints of Viridian #3B836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 19.6%
G = 43.52%
B = 36.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#3B836F (or 0x3B836F) is known color: Viridian. HEX triplet: 3B, 83 and 6F. RGB value is (59,131,111). Sum of RGB (Red+Green+Blue) = 59+131+111=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #3B836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B836F is #C47C90. Grayscale: #6B6B6B. Windows color (decimal): -12876945 or 7308091. OLE color: 7308091.

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

Color convert

RGB 59 131 111 -
CMYK 0.55 0 0.15 0.49
HSL 163.33º 0.38% 0.37% -
HSV(B) 163.33º 0.55% 0.51% -
XYZ 12.79 18.31 17.9 -
YUV 107.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 59 131 111 0.55 0 0.15 0.49 163.33 0.38 0.37
Hex 3B 83 6F 37 0 F 31 A3 26 25
Octal 73 203 157 67 0 17 61 243 46 45
Binary 111011 10000011 1101111 110111 0 1111 110001 10100011 100110 100101

Color Harmonies of #3B836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B836F

Black with #3B836F

Text Example


Text Example

White with #3B836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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