Html Css Color HEX #3A8D6E Viridian

📋 copy color: '#3A8D6E'

red 58 ◦ green 141 ◦ blue 110

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

Shades of Viridian #3A8D6E

Tints of Viridian #3A8D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.63%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 18.77%
G = 45.63%
B = 35.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#3A8D6E (or 0x3A8D6E) is known color: Viridian. HEX triplet: 3A, 8D and 6E. RGB value is (58,141,110). Sum of RGB (Red+Green+Blue) = 58+141+110=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8D6E is #C57291. Grayscale: #707070. Windows color (decimal): -12939922 or 7245114. OLE color: 7245114.

HSL color Cylindrical-coordinate representation of color #3A8D6E: hue angle of 157.59º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8D6E is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 141 110 -
CMYK 0.59 0 0.22 0.45
HSL 157.59º 0.42% 0.39% -
HSV(B) 157.59º 0.59% 0.55% -
XYZ 14.08 21.08 18.08 -
YUV 112.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 58 141 110 0.59 0 0.22 0.45 157.59 0.42 0.39
Hex 3A 8D 6E 3B 0 16 2D 9E 2A 27
Octal 72 215 156 73 0 26 55 236 52 47
Binary 111010 10001101 1101110 111011 0 10110 101101 10011110 101010 100111

Color Harmonies of #3A8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8D6E

Black with #3A8D6E

Text Example


Text Example

White with #3A8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,141,110); }

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

background-color css

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

 a { background-color: rgb(58,141,110); }

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

border-color css

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

 span { border-color: rgb(58,141,110); }

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