Html Css Color HEX #3A8D69 Viridian

📋 copy color: '#3A8D69'

red 58 ◦ green 141 ◦ blue 105

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

Shades of Viridian #3A8D69

Tints of Viridian #3A8D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.38%

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

R = 19.08%
G = 46.38%
B = 34.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#3A8D69 (or 0x3A8D69) is known color: Viridian. HEX triplet: 3A, 8D and 69. RGB value is (58,141,105). Sum of RGB (Red+Green+Blue) = 58+141+105=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8D69 is #C57296. Grayscale: #707070. Windows color (decimal): -12939927 or 6917434. OLE color: 6917434.

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

Color convert

RGB 58 141 105 -
CMYK 0.59 0 0.26 0.45
HSL 153.98º 0.42% 0.39% -
HSV(B) 153.98º 0.59% 0.55% -
XYZ 13.82 20.97 16.68 -
YUV 112.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 58 141 105 0.59 0 0.26 0.45 153.98 0.42 0.39
Hex 3A 8D 69 3B 0 1A 2D 9A 2A 27
Octal 72 215 151 73 0 32 55 232 52 47
Binary 111010 10001101 1101001 111011 0 11010 101101 10011010 101010 100111

Color Harmonies of #3A8D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8D69

Black with #3A8D69

Text Example


Text Example

White with #3A8D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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