Html Css Color HEX #3B7860 Viridian

📋 copy color: '#3B7860'

red 59 ◦ green 120 ◦ blue 96

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

Shades of Viridian #3B7860

Tints of Viridian #3B7860

RGB

 RED value IS 59 (23.44% from 255) = 21.45%

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

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

R = 21.45%
G = 43.64%
B = 34.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#3B7860 (or 0x3B7860) is known color: Viridian. HEX triplet: 3B, 78 and 60. RGB value is (59,120,96). Sum of RGB (Red+Green+Blue) = 59+120+96=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7860 is #C4879F. Grayscale: #636363. Windows color (decimal): -12879776 or 6322235. OLE color: 6322235.

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

Color convert

RGB 59 120 96 -
CMYK 0.51 0 0.2 0.53
HSL 156.39º 0.34% 0.35% -
HSV(B) 156.39º 0.51% 0.47% -
XYZ 10.63 15.21 13.44 -
YUV 99.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 59 120 96 0.51 0 0.2 0.53 156.39 0.34 0.35
Hex 3B 78 60 33 0 14 35 9C 22 23
Octal 73 170 140 63 0 24 65 234 42 43
Binary 111011 1111000 1100000 110011 0 10100 110101 10011100 100010 100011

Color Harmonies of #3B7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7860

Black with #3B7860

Text Example


Text Example

White with #3B7860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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