Html Css Color HEX #3B8874 Viridian

📋 copy color: '#3B8874'

red 59 ◦ green 136 ◦ blue 116

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

Shades of Viridian #3B8874

Tints of Viridian #3B8874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 18.97%
G = 43.73%
B = 37.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#3B8874 (or 0x3B8874) is known color: Viridian. HEX triplet: 3B, 88 and 74. RGB value is (59,136,116). Sum of RGB (Red+Green+Blue) = 59+136+116=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8874 is #C4778B. Grayscale: #6E6E6E. Windows color (decimal): -12875660 or 7637051. OLE color: 7637051.

HSL color Cylindrical-coordinate representation of color #3B8874: hue angle of 164.42º 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 #3B8874 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 136 116 -
CMYK 0.57 0 0.15 0.47
HSL 164.42º 0.39% 0.38% -
HSV(B) 164.42º 0.57% 0.53% -
XYZ 13.76 19.8 19.62 -
YUV 110.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 59 136 116 0.57 0 0.15 0.47 164.42 0.39 0.38
Hex 3B 88 74 39 0 F 2F A4 27 26
Octal 73 210 164 71 0 17 57 244 47 46
Binary 111011 10001000 1110100 111001 0 1111 101111 10100100 100111 100110

Color Harmonies of #3B8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8874

Black with #3B8874

Text Example


Text Example

White with #3B8874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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