Html Css Color HEX #3F926D Viridian

📋 copy color: '#3F926D'

red 63 ◦ green 146 ◦ blue 109

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

Shades of Viridian #3F926D

Tints of Viridian #3F926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 19.81%
G = 45.91%
B = 34.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#3F926D (or 0x3F926D) is known color: Viridian. HEX triplet: 3F, 92 and 6D. RGB value is (63,146,109). Sum of RGB (Red+Green+Blue) = 63+146+109=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #3F926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F926D is #C06D92. Grayscale: #757575. Windows color (decimal): -12610963 or 7180863. OLE color: 7180863.

HSL color Cylindrical-coordinate representation of color #3F926D: hue angle of 153.25º 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 #3F926D is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 146 109 -
CMYK 0.57 0 0.25 0.43
HSL 153.25º 0.4% 0.41% -
HSV(B) 153.25º 0.57% 0.57% -
XYZ 15.09 22.72 18.06 -
YUV 116.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 63 146 109 0.57 0 0.25 0.43 153.25 0.4 0.41
Hex 3F 92 6D 39 0 19 2B 99 28 29
Octal 77 222 155 71 0 31 53 231 50 51
Binary 111111 10010010 1101101 111001 0 11001 101011 10011001 101000 101001

Color Harmonies of #3F926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F926D

Black with #3F926D

Text Example


Text Example

White with #3F926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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