Html Css Color HEX #3B8F6C Viridian

📋 copy color: '#3B8F6C'

red 59 ◦ green 143 ◦ blue 108

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

Shades of Viridian #3B8F6C

Tints of Viridian #3B8F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 19.03%
G = 46.13%
B = 34.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#3B8F6C (or 0x3B8F6C) is known color: Viridian. HEX triplet: 3B, 8F and 6C. RGB value is (59,143,108). Sum of RGB (Red+Green+Blue) = 59+143+108=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8F6C is #C47093. Grayscale: #717171. Windows color (decimal): -12873876 or 7114555. OLE color: 7114555.

HSL color Cylindrical-coordinate representation of color #3B8F6C: hue angle of 155º 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 #3B8F6C is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 143 108 -
CMYK 0.59 0 0.24 0.44
HSL 155º 0.42% 0.4% -
HSV(B) 155º 0.59% 0.56% -
XYZ 14.33 21.66 17.61 -
YUV 113.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 59 143 108 0.59 0 0.24 0.44 155 0.42 0.4
Hex 3B 8F 6C 3B 0 18 2C 9B 2A 28
Octal 73 217 154 73 0 30 54 233 52 50
Binary 111011 10001111 1101100 111011 0 11000 101100 10011011 101010 101000

Color Harmonies of #3B8F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8F6C

Black with #3B8F6C

Text Example


Text Example

White with #3B8F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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