Html Css Color HEX #3F9071 Viridian

📋 copy color: '#3F9071'

red 63 ◦ green 144 ◦ blue 113

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

Shades of Viridian #3F9071

Tints of Viridian #3F9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 19.69%
G = 45%
B = 35.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#3F9071 (or 0x3F9071) is known color: Viridian. HEX triplet: 3F, 90 and 71. RGB value is (63,144,113). Sum of RGB (Red+Green+Blue) = 63+144+113=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9071 is #C06F8E. Grayscale: #747474. Windows color (decimal): -12611471 or 7442495. OLE color: 7442495.

HSL color Cylindrical-coordinate representation of color #3F9071: hue angle of 157.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9071 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 144 113 -
CMYK 0.56 0 0.22 0.44
HSL 157.04º 0.39% 0.41% -
HSV(B) 157.04º 0.56% 0.56% -
XYZ 15 22.2 19.12 -
YUV 116.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 63 144 113 0.56 0 0.22 0.44 157.04 0.39 0.41
Hex 3F 90 71 38 0 16 2C 9D 27 29
Octal 77 220 161 70 0 26 54 235 47 51
Binary 111111 10010000 1110001 111000 0 10110 101100 10011101 100111 101001

Color Harmonies of #3F9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9071

Black with #3F9071

Text Example


Text Example

White with #3F9071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,144,113); }

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

background-color css

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

 a { background-color: rgb(63,144,113); }

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

border-color css

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

 span { border-color: rgb(63,144,113); }

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