Html Css Color HEX #3B876A Viridian

📋 copy color: '#3B876A'

red 59 ◦ green 135 ◦ blue 106

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

Shades of Viridian #3B876A

Tints of Viridian #3B876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 19.67%
G = 45%
B = 35.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#3B876A (or 0x3B876A) is known color: Viridian. HEX triplet: 3B, 87 and 6A. RGB value is (59,135,106). Sum of RGB (Red+Green+Blue) = 59+135+106=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #3B876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B876A is #C47895. Grayscale: #6D6D6D. Windows color (decimal): -12875926 or 6981435. OLE color: 6981435.

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

Color convert

RGB 59 135 106 -
CMYK 0.56 0 0.21 0.47
HSL 157.11º 0.39% 0.38% -
HSV(B) 157.11º 0.56% 0.53% -
XYZ 13.07 19.3 16.67 -
YUV 108.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 59 135 106 0.56 0 0.21 0.47 157.11 0.39 0.38
Hex 3B 87 6A 38 0 15 2F 9D 27 26
Octal 73 207 152 70 0 25 57 235 47 46
Binary 111011 10000111 1101010 111000 0 10101 101111 10011101 100111 100110

Color Harmonies of #3B876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B876A

Black with #3B876A

Text Example


Text Example

White with #3B876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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