Html Css Color HEX #3A8372 Viridian

📋 copy color: '#3A8372'

red 58 ◦ green 131 ◦ blue 114

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

Shades of Viridian #3A8372

Tints of Viridian #3A8372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.23%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 19.14%
G = 43.23%
B = 37.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#3A8372 (or 0x3A8372) is known color: Viridian. HEX triplet: 3A, 83 and 72. RGB value is (58,131,114). Sum of RGB (Red+Green+Blue) = 58+131+114=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #3A8372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8372 is #C57C8D. Grayscale: #6B6B6B. Windows color (decimal): -12942478 or 7504698. OLE color: 7504698.

HSL color Cylindrical-coordinate representation of color #3A8372: hue angle of 166.03º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8372 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 131 114 -
CMYK 0.56 0 0.13 0.49
HSL 166.03º 0.39% 0.37% -
HSV(B) 166.03º 0.56% 0.51% -
XYZ 12.9 18.35 18.78 -
YUV 107.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 58 131 114 0.56 0 0.13 0.49 166.03 0.39 0.37
Hex 3A 83 72 38 0 D 31 A6 27 25
Octal 72 203 162 70 0 15 61 246 47 45
Binary 111010 10000011 1110010 111000 0 1101 110001 10100110 100111 100101

Color Harmonies of #3A8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8372

Black with #3A8372

Text Example


Text Example

White with #3A8372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,131,114); }

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

background-color css

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

 a { background-color: rgb(58,131,114); }

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

border-color css

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

 span { border-color: rgb(58,131,114); }

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