Html Css Color HEX #3B8A6B Viridian

📋 copy color: '#3B8A6B'

red 59 ◦ green 138 ◦ blue 107

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

Shades of Viridian #3B8A6B

Tints of Viridian #3B8A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.39%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 19.41%
G = 45.39%
B = 35.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#3B8A6B (or 0x3B8A6B) is known color: Viridian. HEX triplet: 3B, 8A and 6B. RGB value is (59,138,107). Sum of RGB (Red+Green+Blue) = 59+138+107=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #3B8A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8A6B is #C47594. Grayscale: #6E6E6E. Windows color (decimal): -12875157 or 7047739. OLE color: 7047739.

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

Color convert

RGB 59 138 107 -
CMYK 0.57 0 0.22 0.46
HSL 156.46º 0.4% 0.39% -
HSV(B) 156.46º 0.57% 0.54% -
XYZ 13.55 20.17 17.09 -
YUV 110.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 59 138 107 0.57 0 0.22 0.46 156.46 0.4 0.39
Hex 3B 8A 6B 39 0 16 2E 9C 28 27
Octal 73 212 153 71 0 26 56 234 50 47
Binary 111011 10001010 1101011 111001 0 10110 101110 10011100 101000 100111

Color Harmonies of #3B8A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8A6B

Black with #3B8A6B

Text Example


Text Example

White with #3B8A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,138,107); }

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

background-color css

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

 a { background-color: rgb(59,138,107); }

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

border-color css

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

 span { border-color: rgb(59,138,107); }

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