Html Css Color HEX #3F6640 Grey-Asparagus

📋 copy color: '#3F6640'

red 63 ◦ green 102 ◦ blue 64

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

Shades of Grey-Asparagus #3F6640

Tints of Grey-Asparagus #3F6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.54%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 27.51%
G = 44.54%
B = 27.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#3F6640 (or 0x3F6640) is known color: Grey-Asparagus. HEX triplet: 3F, 66 and 40. RGB value is (63,102,64). Sum of RGB (Red+Green+Blue) = 63+102+64=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6640 is #C099BF. Grayscale: #565656. Windows color (decimal): -12622272 or 4220479. OLE color: 4220479.

HSL color Cylindrical-coordinate representation of color #3F6640: hue angle of 121.54º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6640 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 63 102 64 -
CMYK 0.38 0 0.37 0.6
HSL 121.54º 0.24% 0.32% -
HSV(B) 121.54º 0.38% 0.4% -
XYZ 7.73 10.93 6.55 -
YUV 86.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 63 102 64 0.38 0 0.37 0.6 121.54 0.24 0.32
Hex 3F 66 40 26 0 25 3C 7A 18 20
Octal 77 146 100 46 0 45 74 172 30 40
Binary 111111 1100110 1000000 100110 0 100101 111100 1111010 11000 100000

Color Harmonies of #3F6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6640

Black with #3F6640

Text Example


Text Example

White with #3F6640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,102,64); }

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

background-color css

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

 a { background-color: rgb(63,102,64); }

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

border-color css

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

 span { border-color: rgb(63,102,64); }

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