Html Css Color HEX #3A836D Viridian

📋 copy color: '#3A836D'

red 58 ◦ green 131 ◦ blue 109

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

Shades of Viridian #3A836D

Tints of Viridian #3A836D

RGB

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

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

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

R = 19.46%
G = 43.96%
B = 36.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#3A836D (or 0x3A836D) is known color: Viridian. HEX triplet: 3A, 83 and 6D. RGB value is (58,131,109). Sum of RGB (Red+Green+Blue) = 58+131+109=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #3A836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A836D is #C57C92. Grayscale: #6A6A6A. Windows color (decimal): -12942483 or 7177018. OLE color: 7177018.

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

Color convert

RGB 58 131 109 -
CMYK 0.56 0 0.17 0.49
HSL 161.92º 0.39% 0.37% -
HSV(B) 161.92º 0.56% 0.51% -
XYZ 12.62 18.24 17.32 -
YUV 106.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 58 131 109 0.56 0 0.17 0.49 161.92 0.39 0.37
Hex 3A 83 6D 38 0 11 31 A2 27 25
Octal 72 203 155 70 0 21 61 242 47 45
Binary 111010 10000011 1101101 111000 0 10001 110001 10100010 100111 100101

Color Harmonies of #3A836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A836D

Black with #3A836D

Text Example


Text Example

White with #3A836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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