Html Css Color HEX #3A8975 Viridian

📋 copy color: '#3A8975'

red 58 ◦ green 137 ◦ blue 117

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

Shades of Viridian #3A8975

Tints of Viridian #3A8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 18.59%
G = 43.91%
B = 37.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#3A8975 (or 0x3A8975) is known color: Viridian. HEX triplet: 3A, 89 and 75. RGB value is (58,137,117). Sum of RGB (Red+Green+Blue) = 58+137+117=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8975 is #C5768A. Grayscale: #6F6F6F. Windows color (decimal): -12940939 or 7702842. OLE color: 7702842.

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

Color convert

RGB 58 137 117 -
CMYK 0.58 0 0.15 0.46
HSL 164.81º 0.41% 0.38% -
HSV(B) 164.81º 0.58% 0.54% -
XYZ 13.9 20.08 19.97 -
YUV 111.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 58 137 117 0.58 0 0.15 0.46 164.81 0.41 0.38
Hex 3A 89 75 3A 0 F 2E A5 29 26
Octal 72 211 165 72 0 17 56 245 51 46
Binary 111010 10001001 1110101 111010 0 1111 101110 10100101 101001 100110

Color Harmonies of #3A8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8975

Black with #3A8975

Text Example


Text Example

White with #3A8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,137,117); }

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

background-color css

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

 a { background-color: rgb(58,137,117); }

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

border-color css

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

 span { border-color: rgb(58,137,117); }

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