Html Css Color HEX #3A8B6B Viridian

📋 copy color: '#3A8B6B'

red 58 ◦ green 139 ◦ blue 107

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

Shades of Viridian #3A8B6B

Tints of Viridian #3A8B6B

RGB

 RED value IS 58 (23.05% from 255) = 19.08%

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

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

R = 19.08%
G = 45.72%
B = 35.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#3A8B6B (or 0x3A8B6B) is known color: Viridian. HEX triplet: 3A, 8B and 6B. RGB value is (58,139,107). Sum of RGB (Red+Green+Blue) = 58+139+107=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B6B is #C57494. Grayscale: #6F6F6F. Windows color (decimal): -12940437 or 7047994. OLE color: 7047994.

HSL color Cylindrical-coordinate representation of color #3A8B6B: hue angle of 156.3º degrees, saturation: 0.41, 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 #3A8B6B is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 139 107 -
CMYK 0.58 0 0.23 0.45
HSL 156.3º 0.41% 0.39% -
HSV(B) 156.3º 0.58% 0.55% -
XYZ 13.63 20.43 17.13 -
YUV 111.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 58 139 107 0.58 0 0.23 0.45 156.3 0.41 0.39
Hex 3A 8B 6B 3A 0 17 2D 9C 29 27
Octal 72 213 153 72 0 27 55 234 51 47
Binary 111010 10001011 1101011 111010 0 10111 101101 10011100 101001 100111

Color Harmonies of #3A8B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B6B

Black with #3A8B6B

Text Example


Text Example

White with #3A8B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,139,107); }

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

background-color css

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

 a { background-color: rgb(58,139,107); }

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

border-color css

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

 span { border-color: rgb(58,139,107); }

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