Html Css Color HEX #3B8B6E Viridian

📋 copy color: '#3B8B6E'

red 59 ◦ green 139 ◦ blue 110

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

Shades of Viridian #3B8B6E

Tints of Viridian #3B8B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

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

R = 19.16%
G = 45.13%
B = 35.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#3B8B6E (or 0x3B8B6E) is known color: Viridian. HEX triplet: 3B, 8B and 6E. RGB value is (59,139,110). Sum of RGB (Red+Green+Blue) = 59+139+110=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #3B8B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8B6E is #C47491. Grayscale: #6F6F6F. Windows color (decimal): -12874898 or 7244603. OLE color: 7244603.

HSL color Cylindrical-coordinate representation of color #3B8B6E: hue angle of 158.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8B6E is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 139 110 -
CMYK 0.58 0 0.21 0.45
HSL 158.25º 0.4% 0.39% -
HSV(B) 158.25º 0.58% 0.55% -
XYZ 13.85 20.52 17.98 -
YUV 111.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 59 139 110 0.58 0 0.21 0.45 158.25 0.4 0.39
Hex 3B 8B 6E 3A 0 15 2D 9E 28 27
Octal 73 213 156 72 0 25 55 236 50 47
Binary 111011 10001011 1101110 111010 0 10101 101101 10011110 101000 100111

Color Harmonies of #3B8B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8B6E

Black with #3B8B6E

Text Example


Text Example

White with #3B8B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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