Html Css Color HEX #3A8575 Viridian

📋 copy color: '#3A8575'

red 58 ◦ green 133 ◦ blue 117

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

Shades of Viridian #3A8575

Tints of Viridian #3A8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

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

R = 18.83%
G = 43.18%
B = 37.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#3A8575 (or 0x3A8575) is known color: Viridian. HEX triplet: 3A, 85 and 75. RGB value is (58,133,117). Sum of RGB (Red+Green+Blue) = 58+133+117=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8575 is #C57A8A. Grayscale: #6C6C6C. Windows color (decimal): -12941963 or 7701818. OLE color: 7701818.

HSL color Cylindrical-coordinate representation of color #3A8575: hue angle of 167.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8575 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 133 117 -
CMYK 0.56 0 0.12 0.48
HSL 167.2º 0.39% 0.37% -
HSV(B) 167.2º 0.56% 0.52% -
XYZ 13.34 18.96 19.79 -
YUV 108.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 58 133 117 0.56 0 0.12 0.48 167.2 0.39 0.37
Hex 3A 85 75 38 0 C 30 A7 27 25
Octal 72 205 165 70 0 14 60 247 47 45
Binary 111010 10000101 1110101 111000 0 1100 110000 10100111 100111 100101

Color Harmonies of #3A8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8575

Black with #3A8575

Text Example


Text Example

White with #3A8575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,133,117); }

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

background-color css

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

 a { background-color: rgb(58,133,117); }

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

border-color css

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

 span { border-color: rgb(58,133,117); }

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