Html Css Color HEX #3A8B6D Viridian

📋 copy color: '#3A8B6D'

red 58 ◦ green 139 ◦ blue 109

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

Shades of Viridian #3A8B6D

Tints of Viridian #3A8B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.42%

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 18.95%
G = 45.42%
B = 35.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#3A8B6D (or 0x3A8B6D) is known color: Viridian. HEX triplet: 3A, 8B and 6D. RGB value is (58,139,109). Sum of RGB (Red+Green+Blue) = 58+139+109=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B6D is #C57492. Grayscale: #6F6F6F. Windows color (decimal): -12940435 or 7179066. OLE color: 7179066.

HSL color Cylindrical-coordinate representation of color #3A8B6D: hue angle of 157.78º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B6D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 139 109 -
CMYK 0.58 0 0.22 0.45
HSL 157.78º 0.41% 0.39% -
HSV(B) 157.78º 0.58% 0.55% -
XYZ 13.74 20.47 17.69 -
YUV 111.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 58 139 109 0.58 0 0.22 0.45 157.78 0.41 0.39
Hex 3A 8B 6D 3A 0 16 2D 9E 29 27
Octal 72 213 155 72 0 26 55 236 51 47
Binary 111010 10001011 1101101 111010 0 10110 101101 10011110 101001 100111

Color Harmonies of #3A8B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B6D

Black with #3A8B6D

Text Example


Text Example

White with #3A8B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,139,109); }

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

background-color css

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

 a { background-color: rgb(58,139,109); }

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

border-color css

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

 span { border-color: rgb(58,139,109); }

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