Html Css Color HEX #3B8774 Viridian

📋 copy color: '#3B8774'

red 59 ◦ green 135 ◦ blue 116

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

Shades of Viridian #3B8774

Tints of Viridian #3B8774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

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

R = 19.03%
G = 43.55%
B = 37.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#3B8774 (or 0x3B8774) is known color: Viridian. HEX triplet: 3B, 87 and 74. RGB value is (59,135,116). Sum of RGB (Red+Green+Blue) = 59+135+116=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8774 is #C4788B. Grayscale: #6E6E6E. Windows color (decimal): -12875916 or 7636795. OLE color: 7636795.

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

Color convert

RGB 59 135 116 -
CMYK 0.56 0 0.14 0.47
HSL 165º 0.39% 0.38% -
HSV(B) 165º 0.56% 0.53% -
XYZ 13.62 19.52 19.57 -
YUV 110.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 59 135 116 0.56 0 0.14 0.47 165 0.39 0.38
Hex 3B 87 74 38 0 E 2F A5 27 26
Octal 73 207 164 70 0 16 57 245 47 46
Binary 111011 10000111 1110100 111000 0 1110 101111 10100101 100111 100110

Color Harmonies of #3B8774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8774

Black with #3B8774

Text Example


Text Example

White with #3B8774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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