Html Css Color HEX #3F9270 Viridian

📋 copy color: '#3F9270'

red 63 ◦ green 146 ◦ blue 112

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

Shades of Viridian #3F9270

Tints of Viridian #3F9270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 19.63%
G = 45.48%
B = 34.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#3F9270 (or 0x3F9270) is known color: Viridian. HEX triplet: 3F, 92 and 70. RGB value is (63,146,112). Sum of RGB (Red+Green+Blue) = 63+146+112=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9270 is #C06D8F. Grayscale: #757575. Windows color (decimal): -12610960 or 7377471. OLE color: 7377471.

HSL color Cylindrical-coordinate representation of color #3F9270: hue angle of 155.42º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9270 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 146 112 -
CMYK 0.57 0 0.23 0.43
HSL 155.42º 0.4% 0.41% -
HSV(B) 155.42º 0.57% 0.57% -
XYZ 15.25 22.78 18.92 -
YUV 117.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 63 146 112 0.57 0 0.23 0.43 155.42 0.4 0.41
Hex 3F 92 70 39 0 17 2B 9B 28 29
Octal 77 222 160 71 0 27 53 233 50 51
Binary 111111 10010010 1110000 111001 0 10111 101011 10011011 101000 101001

Color Harmonies of #3F9270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9270

Black with #3F9270

Text Example


Text Example

White with #3F9270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,146,112); }

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

background-color css

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

 a { background-color: rgb(63,146,112); }

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

border-color css

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

 span { border-color: rgb(63,146,112); }

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