Html Css Color HEX #3A836F Viridian

📋 copy color: '#3A836F'

red 58 ◦ green 131 ◦ blue 111

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

Shades of Viridian #3A836F

Tints of Viridian #3A836F

RGB

 RED value IS 58 (23.05% from 255) = 19.33%

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

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

R = 19.33%
G = 43.67%
B = 37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#3A836F (or 0x3A836F) is known color: Viridian. HEX triplet: 3A, 83 and 6F. RGB value is (58,131,111). Sum of RGB (Red+Green+Blue) = 58+131+111=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #3A836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A836F is #C57C90. Grayscale: #6A6A6A. Windows color (decimal): -12942481 or 7308090. OLE color: 7308090.

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

Color convert

RGB 58 131 111 -
CMYK 0.56 0 0.15 0.49
HSL 163.56º 0.39% 0.37% -
HSV(B) 163.56º 0.56% 0.51% -
XYZ 12.73 18.28 17.9 -
YUV 106.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 58 131 111 0.56 0 0.15 0.49 163.56 0.39 0.37
Hex 3A 83 6F 38 0 F 31 A4 27 25
Octal 72 203 157 70 0 17 61 244 47 45
Binary 111010 10000011 1101111 111000 0 1111 110001 10100100 100111 100101

Color Harmonies of #3A836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A836F

Black with #3A836F

Text Example


Text Example

White with #3A836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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