Html Css Color HEX #3B8870 Viridian

📋 copy color: '#3B8870'

red 59 ◦ green 136 ◦ blue 112

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

Shades of Viridian #3B8870

Tints of Viridian #3B8870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 19.22%
G = 44.3%
B = 36.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#3B8870 (or 0x3B8870) is known color: Viridian. HEX triplet: 3B, 88 and 70. RGB value is (59,136,112). Sum of RGB (Red+Green+Blue) = 59+136+112=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8870 is #C4778F. Grayscale: #6E6E6E. Windows color (decimal): -12875664 or 7374907. OLE color: 7374907.

HSL color Cylindrical-coordinate representation of color #3B8870: hue angle of 161.3º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8870 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 136 112 -
CMYK 0.57 0 0.18 0.47
HSL 161.3º 0.39% 0.38% -
HSV(B) 161.3º 0.57% 0.53% -
XYZ 13.53 19.71 18.42 -
YUV 110.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 59 136 112 0.57 0 0.18 0.47 161.3 0.39 0.38
Hex 3B 88 70 39 0 12 2F A1 27 26
Octal 73 210 160 71 0 22 57 241 47 46
Binary 111011 10001000 1110000 111001 0 10010 101111 10100001 100111 100110

Color Harmonies of #3B8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8870

Black with #3B8870

Text Example


Text Example

White with #3B8870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,136,112); }

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

background-color css

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

 a { background-color: rgb(59,136,112); }

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

border-color css

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

 span { border-color: rgb(59,136,112); }

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