Html Css Color HEX #3A836B Viridian

📋 copy color: '#3A836B'

red 58 ◦ green 131 ◦ blue 107

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

Shades of Viridian #3A836B

Tints of Viridian #3A836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 19.59%
G = 44.26%
B = 36.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#3A836B (or 0x3A836B) is known color: Viridian. HEX triplet: 3A, 83 and 6B. RGB value is (58,131,107). Sum of RGB (Red+Green+Blue) = 58+131+107=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #3A836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A836B is #C57C94. Grayscale: #6A6A6A. Windows color (decimal): -12942485 or 7045946. OLE color: 7045946.

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

Color convert

RGB 58 131 107 -
CMYK 0.56 0 0.18 0.49
HSL 160.27º 0.39% 0.37% -
HSV(B) 160.27º 0.56% 0.51% -
XYZ 12.52 18.19 16.76 -
YUV 106.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 58 131 107 0.56 0 0.18 0.49 160.27 0.39 0.37
Hex 3A 83 6B 38 0 12 31 A0 27 25
Octal 72 203 153 70 0 22 61 240 47 45
Binary 111010 10000011 1101011 111000 0 10010 110001 10100000 100111 100101

Color Harmonies of #3A836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A836B

Black with #3A836B

Text Example


Text Example

White with #3A836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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