Html Css Color HEX #3A856A Viridian

📋 copy color: '#3A856A'

red 58 ◦ green 133 ◦ blue 106

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

Shades of Viridian #3A856A

Tints of Viridian #3A856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 19.53%
G = 44.78%
B = 35.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#3A856A (or 0x3A856A) is known color: Viridian. HEX triplet: 3A, 85 and 6A. RGB value is (58,133,106). Sum of RGB (Red+Green+Blue) = 58+133+106=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #3A856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A856A is #C57A95. Grayscale: #6B6B6B. Windows color (decimal): -12941974 or 6980922. OLE color: 6980922.

HSL color Cylindrical-coordinate representation of color #3A856A: hue angle of 158.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A856A is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 133 106 -
CMYK 0.56 0 0.20 0.48
HSL 158.4º 0.39% 0.37% -
HSV(B) 158.4º 0.56% 0.52% -
XYZ 12.73 18.72 16.58 -
YUV 107.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 58 133 106 0.56 0 0.20 0.48 158.4 0.39 0.37
Hex 3A 85 6A 38 0 14 30 9E 27 25
Octal 72 205 152 70 0 24 60 236 47 45
Binary 111010 10000101 1101010 111000 0 10100 110000 10011110 100111 100101

Color Harmonies of #3A856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A856A

Black with #3A856A

Text Example


Text Example

White with #3A856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,133,106); }

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

background-color css

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

 a { background-color: rgb(58,133,106); }

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

border-color css

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

 span { border-color: rgb(58,133,106); }

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