Html Css Color HEX #3B876E Viridian

📋 copy color: '#3B876E'

red 59 ◦ green 135 ◦ blue 110

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

Shades of Viridian #3B876E

Tints of Viridian #3B876E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 19.41%
G = 44.41%
B = 36.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#3B876E (or 0x3B876E) is known color: Viridian. HEX triplet: 3B, 87 and 6E. RGB value is (59,135,110). Sum of RGB (Red+Green+Blue) = 59+135+110=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #3B876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B876E is #C47891. Grayscale: #6D6D6D. Windows color (decimal): -12875922 or 7243579. OLE color: 7243579.

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

Color convert

RGB 59 135 110 -
CMYK 0.56 0 0.19 0.47
HSL 160.26º 0.39% 0.38% -
HSV(B) 160.26º 0.56% 0.53% -
XYZ 13.28 19.38 17.79 -
YUV 109.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 59 135 110 0.56 0 0.19 0.47 160.26 0.39 0.38
Hex 3B 87 6E 38 0 13 2F A0 27 26
Octal 73 207 156 70 0 23 57 240 47 46
Binary 111011 10000111 1101110 111000 0 10011 101111 10100000 100111 100110

Color Harmonies of #3B876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B876E

Black with #3B876E

Text Example


Text Example

White with #3B876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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