Html Css Color HEX #3A8A69 Viridian

📋 copy color: '#3A8A69'

red 58 ◦ green 138 ◦ blue 105

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

Shades of Viridian #3A8A69

Tints of Viridian #3A8A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 19.27%
G = 45.85%
B = 34.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#3A8A69 (or 0x3A8A69) is known color: Viridian. HEX triplet: 3A, 8A and 69. RGB value is (58,138,105). Sum of RGB (Red+Green+Blue) = 58+138+105=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A69 is #C57596. Grayscale: #6E6E6E. Windows color (decimal): -12940695 or 6916666. OLE color: 6916666.

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

Color convert

RGB 58 138 105 -
CMYK 0.58 0 0.24 0.46
HSL 155.25º 0.41% 0.38% -
HSV(B) 155.25º 0.58% 0.54% -
XYZ 13.38 20.1 16.54 -
YUV 110.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 58 138 105 0.58 0 0.24 0.46 155.25 0.41 0.38
Hex 3A 8A 69 3A 0 18 2E 9B 29 26
Octal 72 212 151 72 0 30 56 233 51 46
Binary 111010 10001010 1101001 111010 0 11000 101110 10011011 101001 100110

Color Harmonies of #3A8A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8A69

Black with #3A8A69

Text Example


Text Example

White with #3A8A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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