Html Css Color HEX #3F9575 Viridian

📋 copy color: '#3F9575'

red 63 ◦ green 149 ◦ blue 117

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

Shades of Viridian #3F9575

Tints of Viridian #3F9575

RGB

 RED value IS 63 (25% from 255) = 19.15%

 GREEN value IS 149 (58.59% from 255) = 45.29%

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

R = 19.15%
G = 45.29%
B = 35.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#3F9575 (or 0x3F9575) is known color: Viridian. HEX triplet: 3F, 95 and 75. RGB value is (63,149,117). Sum of RGB (Red+Green+Blue) = 63+149+117=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9575 is #C06A8A. Grayscale: #777777. Windows color (decimal): -12610187 or 7705919. OLE color: 7705919.

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

Color convert

RGB 63 149 117 -
CMYK 0.58 0 0.21 0.42
HSL 157.67º 0.41% 0.42% -
HSV(B) 157.67º 0.58% 0.58% -
XYZ 16.01 23.84 20.59 -
YUV 119.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 63 149 117 0.58 0 0.21 0.42 157.67 0.41 0.42
Hex 3F 95 75 3A 0 15 2A 9E 29 2A
Octal 77 225 165 72 0 25 52 236 51 52
Binary 111111 10010101 1110101 111010 0 10101 101010 10011110 101001 101010

Color Harmonies of #3F9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9575

Black with #3F9575

Text Example


Text Example

White with #3F9575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,117); }

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

background-color css

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

 a { background-color: rgb(63,149,117); }

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

border-color css

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

 span { border-color: rgb(63,149,117); }

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