Html Css Color HEX #3A8061 Viridian

📋 copy color: '#3A8061'

red 58 ◦ green 128 ◦ blue 97

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

Shades of Viridian #3A8061

Tints of Viridian #3A8061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 20.49%
G = 45.23%
B = 34.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#3A8061 (or 0x3A8061) is known color: Viridian. HEX triplet: 3A, 80 and 61. RGB value is (58,128,97). Sum of RGB (Red+Green+Blue) = 58+128+97=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8061 is #C57F9E. Grayscale: #676767. Windows color (decimal): -12943263 or 6389818. OLE color: 6389818.

HSL color Cylindrical-coordinate representation of color #3A8061: hue angle of 153.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8061 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 128 97 -
CMYK 0.55 0 0.24 0.50
HSL 153.43º 0.38% 0.36% -
HSV(B) 153.43º 0.55% 0.5% -
XYZ 11.62 17.2 14.02 -
YUV 103.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 58 128 97 0.55 0 0.24 0.50 153.43 0.38 0.36
Hex 3A 80 61 37 0 18 32 99 26 24
Octal 72 200 141 67 0 30 62 231 46 44
Binary 111010 10000000 1100001 110111 0 11000 110010 10011001 100110 100100

Color Harmonies of #3A8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8061

Black with #3A8061

Text Example


Text Example

White with #3A8061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,128,97); }

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

background-color css

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

 a { background-color: rgb(58,128,97); }

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

border-color css

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

 span { border-color: rgb(58,128,97); }

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