Html Css Color HEX #3A8066 Viridian

📋 copy color: '#3A8066'

red 58 ◦ green 128 ◦ blue 102

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

Shades of Viridian #3A8066

Tints of Viridian #3A8066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.42%

R = 20.14%
G = 44.44%
B = 35.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#3A8066 (or 0x3A8066) is known color: Viridian. HEX triplet: 3A, 80 and 66. RGB value is (58,128,102). Sum of RGB (Red+Green+Blue) = 58+128+102=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8066 is #C57F99. Grayscale: #686868. Windows color (decimal): -12943258 or 6717498. OLE color: 6717498.

HSL color Cylindrical-coordinate representation of color #3A8066: hue angle of 157.71º 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 #3A8066 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 128 102 -
CMYK 0.55 0 0.20 0.50
HSL 157.71º 0.38% 0.36% -
HSV(B) 157.71º 0.55% 0.5% -
XYZ 11.86 17.3 15.28 -
YUV 104.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 58 128 102 0.55 0 0.20 0.50 157.71 0.38 0.36
Hex 3A 80 66 37 0 14 32 9E 26 24
Octal 72 200 146 67 0 24 62 236 46 44
Binary 111010 10000000 1100110 110111 0 10100 110010 10011110 100110 100100

Color Harmonies of #3A8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8066

Black with #3A8066

Text Example


Text Example

White with #3A8066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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