Html Css Color HEX #3A856F Viridian

📋 copy color: '#3A856F'

red 58 ◦ green 133 ◦ blue 111

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

Shades of Viridian #3A856F

Tints of Viridian #3A856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

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

R = 19.21%
G = 44.04%
B = 36.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#3A856F (or 0x3A856F) is known color: Viridian. HEX triplet: 3A, 85 and 6F. RGB value is (58,133,111). Sum of RGB (Red+Green+Blue) = 58+133+111=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #3A856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A856F is #C57A90. Grayscale: #6C6C6C. Windows color (decimal): -12941969 or 7308602. OLE color: 7308602.

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

Color convert

RGB 58 133 111 -
CMYK 0.56 0 0.17 0.48
HSL 162.4º 0.39% 0.37% -
HSV(B) 162.4º 0.56% 0.52% -
XYZ 13 18.82 17.99 -
YUV 108.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 58 133 111 0.56 0 0.17 0.48 162.4 0.39 0.37
Hex 3A 85 6F 38 0 11 30 A2 27 25
Octal 72 205 157 70 0 21 60 242 47 45
Binary 111010 10000101 1101111 111000 0 10001 110000 10100010 100111 100101

Color Harmonies of #3A856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A856F

Black with #3A856F

Text Example


Text Example

White with #3A856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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