Html Css Color HEX #3A8A6E Viridian

📋 copy color: '#3A8A6E'

red 58 ◦ green 138 ◦ blue 110

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

Shades of Viridian #3A8A6E

Tints of Viridian #3A8A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.1%

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

R = 18.95%
G = 45.1%
B = 35.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#3A8A6E (or 0x3A8A6E) is known color: Viridian. HEX triplet: 3A, 8A and 6E. RGB value is (58,138,110). Sum of RGB (Red+Green+Blue) = 58+138+110=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A6E is #C57591. Grayscale: #6E6E6E. Windows color (decimal): -12940690 or 7244346. OLE color: 7244346.

HSL color Cylindrical-coordinate representation of color #3A8A6E: hue angle of 159º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A6E is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 138 110 -
CMYK 0.58 0 0.20 0.46
HSL 159º 0.41% 0.38% -
HSV(B) 159º 0.58% 0.54% -
XYZ 13.65 20.2 17.93 -
YUV 110.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 58 138 110 0.58 0 0.20 0.46 159 0.41 0.38
Hex 3A 8A 6E 3A 0 14 2E 9F 29 26
Octal 72 212 156 72 0 24 56 237 51 46
Binary 111010 10001010 1101110 111010 0 10100 101110 10011111 101001 100110

Color Harmonies of #3A8A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8A6E

Black with #3A8A6E

Text Example


Text Example

White with #3A8A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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