Html Css Color HEX #3A8578 Viridian

📋 copy color: '#3A8578'

red 58 ◦ green 133 ◦ blue 120

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

Shades of Viridian #3A8578

Tints of Viridian #3A8578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 18.65%
G = 42.77%
B = 38.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#3A8578 (or 0x3A8578) is known color: Viridian. HEX triplet: 3A, 85 and 78. RGB value is (58,133,120). Sum of RGB (Red+Green+Blue) = 58+133+120=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8578 is #C57A87. Grayscale: #6D6D6D. Windows color (decimal): -12941960 or 7898426. OLE color: 7898426.

HSL color Cylindrical-coordinate representation of color #3A8578: hue angle of 169.6º 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 #3A8578 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 133 120 -
CMYK 0.56 0 0.10 0.48
HSL 169.6º 0.39% 0.37% -
HSV(B) 169.6º 0.56% 0.52% -
XYZ 13.52 19.03 20.73 -
YUV 109.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 58 133 120 0.56 0 0.10 0.48 169.6 0.39 0.37
Hex 3A 85 78 38 0 A 30 AA 27 25
Octal 72 205 170 70 0 12 60 252 47 45
Binary 111010 10000101 1111000 111000 0 1010 110000 10101010 100111 100101

Color Harmonies of #3A8578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8578

Black with #3A8578

Text Example


Text Example

White with #3A8578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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