Html Css Color HEX #3A8E6E Viridian

📋 copy color: '#3A8E6E'

red 58 ◦ green 142 ◦ blue 110

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

Shades of Viridian #3A8E6E

Tints of Viridian #3A8E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.81%

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

R = 18.71%
G = 45.81%
B = 35.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#3A8E6E (or 0x3A8E6E) is known color: Viridian. HEX triplet: 3A, 8E and 6E. RGB value is (58,142,110). Sum of RGB (Red+Green+Blue) = 58+142+110=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8E6E is #C57191. Grayscale: #717171. Windows color (decimal): -12939666 or 7245370. OLE color: 7245370.

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

Color convert

RGB 58 142 110 -
CMYK 0.59 0 0.23 0.44
HSL 157.14º 0.42% 0.39% -
HSV(B) 157.14º 0.59% 0.56% -
XYZ 14.23 21.37 18.13 -
YUV 113.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 58 142 110 0.59 0 0.23 0.44 157.14 0.42 0.39
Hex 3A 8E 6E 3B 0 17 2C 9D 2A 27
Octal 72 216 156 73 0 27 54 235 52 47
Binary 111010 10001110 1101110 111011 0 10111 101100 10011101 101010 100111

Color Harmonies of #3A8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8E6E

Black with #3A8E6E

Text Example


Text Example

White with #3A8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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