Html Css Color HEX #3B8975 Viridian

📋 copy color: '#3B8975'

red 59 ◦ green 137 ◦ blue 117

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

Shades of Viridian #3B8975

Tints of Viridian #3B8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 18.85%
G = 43.77%
B = 37.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#3B8975 (or 0x3B8975) is known color: Viridian. HEX triplet: 3B, 89 and 75. RGB value is (59,137,117). Sum of RGB (Red+Green+Blue) = 59+137+117=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #3B8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8975 is #C4768A. Grayscale: #6F6F6F. Windows color (decimal): -12875403 or 7702843. OLE color: 7702843.

HSL color Cylindrical-coordinate representation of color #3B8975: hue angle of 164.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8975 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 137 117 -
CMYK 0.57 0 0.15 0.46
HSL 164.62º 0.4% 0.38% -
HSV(B) 164.62º 0.57% 0.54% -
XYZ 13.96 20.11 19.97 -
YUV 111.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 59 137 117 0.57 0 0.15 0.46 164.62 0.4 0.38
Hex 3B 89 75 39 0 F 2E A5 28 26
Octal 73 211 165 71 0 17 56 245 50 46
Binary 111011 10001001 1110101 111001 0 1111 101110 10100101 101000 100110

Color Harmonies of #3B8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8975

Black with #3B8975

Text Example


Text Example

White with #3B8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,137,117); }

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

background-color css

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

 a { background-color: rgb(59,137,117); }

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

border-color css

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

 span { border-color: rgb(59,137,117); }

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