Html Css Color HEX #3A8A6C Viridian

📋 copy color: '#3A8A6C'

red 58 ◦ green 138 ◦ blue 108

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

Shades of Viridian #3A8A6C

Tints of Viridian #3A8A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 19.08%
G = 45.39%
B = 35.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#3A8A6C (or 0x3A8A6C) is known color: Viridian. HEX triplet: 3A, 8A and 6C. RGB value is (58,138,108). Sum of RGB (Red+Green+Blue) = 58+138+108=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A6C is #C57593. Grayscale: #6E6E6E. Windows color (decimal): -12940692 or 7113274. OLE color: 7113274.

HSL color Cylindrical-coordinate representation of color #3A8A6C: hue angle of 157.5º 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 #3A8A6C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 138 108 -
CMYK 0.58 0 0.22 0.46
HSL 157.5º 0.41% 0.38% -
HSV(B) 157.5º 0.58% 0.54% -
XYZ 13.54 20.16 17.36 -
YUV 110.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 58 138 108 0.58 0 0.22 0.46 157.5 0.41 0.38
Hex 3A 8A 6C 3A 0 16 2E 9E 29 26
Octal 72 212 154 72 0 26 56 236 51 46
Binary 111010 10001010 1101100 111010 0 10110 101110 10011110 101001 100110

Color Harmonies of #3A8A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8A6C

Black with #3A8A6C

Text Example


Text Example

White with #3A8A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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