Html Css Color HEX #3A7860 Viridian

📋 copy color: '#3A7860'

red 58 ◦ green 120 ◦ blue 96

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

Shades of Viridian #3A7860

Tints of Viridian #3A7860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 21.17%
G = 43.8%
B = 35.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#3A7860 (or 0x3A7860) is known color: Viridian. HEX triplet: 3A, 78 and 60. RGB value is (58,120,96). Sum of RGB (Red+Green+Blue) = 58+120+96=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7860 is #C5879F. Grayscale: #626262. Windows color (decimal): -12945312 or 6322234. OLE color: 6322234.

HSL color Cylindrical-coordinate representation of color #3A7860: hue angle of 156.77º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7860 is Cyan = 0.52, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 120 96 -
CMYK 0.52 0 0.2 0.53
HSL 156.77º 0.35% 0.35% -
HSV(B) 156.77º 0.52% 0.47% -
XYZ 10.57 15.18 13.44 -
YUV 98.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 58 120 96 0.52 0 0.2 0.53 156.77 0.35 0.35
Hex 3A 78 60 34 0 14 35 9D 23 23
Octal 72 170 140 64 0 24 65 235 43 43
Binary 111010 1111000 1100000 110100 0 10100 110101 10011101 100011 100011

Color Harmonies of #3A7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7860

Black with #3A7860

Text Example


Text Example

White with #3A7860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,120,96); }

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

background-color css

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

 a { background-color: rgb(58,120,96); }

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

border-color css

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

 span { border-color: rgb(58,120,96); }

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