Html Css Color HEX #3F936E Viridian

📋 copy color: '#3F936E'

red 63 ◦ green 147 ◦ blue 110

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

Shades of Viridian #3F936E

Tints of Viridian #3F936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.94%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 19.69%
G = 45.94%
B = 34.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#3F936E (or 0x3F936E) is known color: Viridian. HEX triplet: 3F, 93 and 6E. RGB value is (63,147,110). Sum of RGB (Red+Green+Blue) = 63+147+110=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #3F936E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F936E is #C06C91. Grayscale: #757575. Windows color (decimal): -12610706 or 7246655. OLE color: 7246655.

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

Color convert

RGB 63 147 110 -
CMYK 0.57 0 0.25 0.42
HSL 153.57º 0.4% 0.41% -
HSV(B) 153.57º 0.57% 0.58% -
XYZ 15.3 23.05 18.39 -
YUV 117.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 63 147 110 0.57 0 0.25 0.42 153.57 0.4 0.41
Hex 3F 93 6E 39 0 19 2A 9A 28 29
Octal 77 223 156 71 0 31 52 232 50 51
Binary 111111 10010011 1101110 111001 0 11001 101010 10011010 101000 101001

Color Harmonies of #3F936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F936E

Black with #3F936E

Text Example


Text Example

White with #3F936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,147,110); }

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

background-color css

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

 a { background-color: rgb(63,147,110); }

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

border-color css

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

 span { border-color: rgb(63,147,110); }

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