Html Css Color HEX #3B8F75 Viridian

📋 copy color: '#3B8F75'

red 59 ◦ green 143 ◦ blue 117

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

Shades of Viridian #3B8F75

Tints of Viridian #3B8F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.83%

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

R = 18.5%
G = 44.83%
B = 36.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#3B8F75 (or 0x3B8F75) is known color: Viridian. HEX triplet: 3B, 8F and 75. RGB value is (59,143,117). Sum of RGB (Red+Green+Blue) = 59+143+117=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8F75 is #C4708A. Grayscale: #727272. Windows color (decimal): -12873867 or 7704379. OLE color: 7704379.

HSL color Cylindrical-coordinate representation of color #3B8F75: hue angle of 161.43º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B8F75 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 143 117 -
CMYK 0.59 0 0.18 0.44
HSL 161.43º 0.42% 0.4% -
HSV(B) 161.43º 0.59% 0.56% -
XYZ 14.84 21.86 20.27 -
YUV 114.92 129.17 88.11 -
System Red Green Blue C M Y K H S L
Decimal 59 143 117 0.59 0 0.18 0.44 161.43 0.42 0.4
Hex 3B 8F 75 3B 0 12 2C A1 2A 28
Octal 73 217 165 73 0 22 54 241 52 50
Binary 111011 10001111 1110101 111011 0 10010 101100 10100001 101010 101000

Color Harmonies of #3B8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8F75

Black with #3B8F75

Text Example


Text Example

White with #3B8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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